Git报错:remote: HTTP Basic: Access denied的解决方法

Git 执行 git pull 命令时报错如下:

remote: HTTP Basic: Access denied
fatal: Authentication failed for 'http://localhost/rep.git/'

问题原因:

账号密码验证不通过,密码或者权限不对,导致 Git 操作失败。

解决方案:

输入:git config --system --unset credential.helper

再次进行 Git 操作,输入正确的用户名,密码即可。


未经允许不得转载:前端资源网 - w3h5 » Git报错:remote: HTTP Basic: Access denied的解决方法

赞 (2)
分享到: +

评论 沙发

Avatar

换个身份

  • 昵称 (必填)
  • 邮箱 (选填)