git身份验证失败清除密码缓存

https://www.cnblogs.com/jimboi/p/9019942.htmlM

remote: HTTP Basic: Access denied
fatal: Authentication failed for 'http://********

 

解决方案:

git config --system --unset credential.helper

之后再进行git操作时,弹出用户名密码窗口,输入即可


猜你喜欢

转载自blog.csdn.net/linyunping/article/details/80694863
今日推荐