Git: name and email address conf

2020-08-08  本文已影响0人  姚远_HIT

如果在使用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 重置用户名 密码信息

上一篇下一篇

猜你喜欢

热点阅读