美文网首页
Git: name and email address conf

Git: name and email address conf

作者: 姚远_HIT | 来源:发表于2020-08-08 10:05 被阅读0次

如果在使用git时遇见下面的报错信息:

Your name and email address were configured automatically based on your username and hostname. 

Please check that they are accurate. 

可以输入以下代码进行解决:

sudo git config --system --unset credential.helper

参考贴

[1] git 重置用户名 密码信息

相关文章

网友评论

      本文标题:Git: name and email address conf

      本文链接:https://www.haomeiwen.com/subject/enrzrktx.html