美文网首页
2018-08-14

2018-08-14

作者: 天下不喵 | 来源:发表于2018-08-14 10:07 被阅读8次

    git清除用户名密码

    问题:

    remote: HTTP Basic: Access denied

    fatal: Authentication failed for 'http://********

    解决方案:

    git config --system --unset credential.helper

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

    相关文章

      网友评论

          本文标题:2018-08-14

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