为什么从 github 合并 PR?但项目贡献者未显示正确?

发布于 2025-01-10 19:46:41 字数 419 浏览 0 评论 0原文

例如:

https://github.com/ParadiseHell/one/pull/1

该 PR 作者是 punkisnotdead3

但在项目页面中:

https://github.com/ParadiseHell/one

我们可以看到Contributors是:

punkisnotdead2

为什么?这个错误可以修复吗?

for example:

https://github.com/ParadiseHell/one/pull/1

this PR author is punkisnotdead3

but in the project page:

https://github.com/ParadiseHell/one

we can see Contributors is:

punkisnotdead2

why? this error can be fixed?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

独自唱情﹋歌 2025-01-17 19:46:41

提交是使用设备上的 @punkisnotdead2 编写的,这就是它被添加到贡献者中的原因。如果您想继续使用 punkisnotdead3,请使用设备 git 配置更改它

git config [--global] user.name "User name you want"
git config [--global] user.email "email you want to use"

The commit is written using @punkisnotdead2 from the device that's why it is added in the contributors .. if you want to keep use punkisnotdead3 change it from your device git configuration using

git config [--global] user.name "User name you want"
git config [--global] user.email "email you want to use"
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文