git清除用户名密码

问题:

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

 

解决方案:

git config --system --unset credential.helper

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

posted on 2018-05-10 15:35  近博  阅读(80962)  评论(3编辑  收藏  举报

导航