尝试将具有错误修复的本地分支推送到源,并收到如下消息:remote: refs/head/bugfix/issueX: hash1hash2hash: expectedremote: refs/head/bugfix/issueX: hash1hash2hash: expected committer name 'A' but found 'Z'
计算机是“共享”的测试/开发设备,“A
工作过,然后提交了我的pull request。但是,存储库所有者需要commits to be squashed。在压缩提交时,我有很多merge conflicts。在压缩了所有提交之后,现在我的PR显示了"user B committed with user A",其中user B是other guy,user A是me。我如何才能使公关节目只是我的承诺,而不是采取其他人和它的组合?我从堆栈溢出中尝试了各种答案。此可能用于本地提交。但我已经把一切都推了。请帮帮忙。