git 解决授权失败的方法

git 提示 fatal: Authentication failed for 'http://***********‘’得解决方法
首先用 git config --list 查看一下
如果不对,用命令设置一下
git config --global user.name "xxxx"
git config --global user.email "xxxx"
如果还不行,执行一下命令,重新输入用户名密码就可以了:
git config --system --unset credential.helper
具体执行效果如下:

 

git 解决授权失败的方法最先出现在Python成神之路

版权声明:
作者:zhangchen
链接:https://www.techfm.club/p/19521.html
来源:TechFM
文章版权归作者所有,未经允许请勿转载。

THE END
分享
二维码
< <上一篇
下一篇>>