gpt4 book ai didi

Git 不在提交中显示作者详细信息

转载 作者:太空狗 更新时间:2023-10-29 13:37:28 27 4
gpt4 key购买 nike

当我在我的 git 存储库上执行 git 登录时,它显示 Author: = <=> 作为作者的详细信息,而在之前的提交中,它显示了用户名和电子邮件。

这是 git log 的屏幕截图。

enter image description here

在我之前的提交中,它显示的是这样的

enter image description here

最佳答案

如果在提交时没有其他任何效果,请尝试运行它:

git commit --author=<author> ...

此外,要为机器设置默认配置(我自己推荐),请执行以下操作:

git config --global "user.name" "Nick Bull"
git config --global "user.email" "nick.bull@email.co.uk"

或者在你所在的机器上(即,对于所有 user s)做 git config --system "<setting>" "<value>" .

请注意,您的配置中有重复的条目。 Git 将对这些应用“最后一个获胜”的方法。

关于Git 不在提交中显示作者详细信息,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38585745/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com