美文网首页
常见问题

常见问题

作者: 如果俞天阳会飞 | 来源:发表于2019-11-19 11:19 被阅读0次

git操作及fatal: Authentication failed for错误解决

如果push遇到在输入密码是熟错后,就会报这个错误fatal: Authentication failed for
解决办法 git config --system --unset credential.helper
之后你在push就会提示输入名称和密码

配置用户信息
git config --global user.name [username]

git config --global user.email [email]
查询用户信息
git config --list

相关文章

网友评论

      本文标题:常见问题

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