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

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

 

解决方案:

git config --system --unset credential.helper

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

posted @ 2019-05-05 18:49  三冬三夏  阅读(647)  评论(0编辑  收藏  举报