git中出现remote: HTTP Basic: Access denied
Posted 何宇泽
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了git中出现remote: HTTP Basic: Access denied相关的知识,希望对你有一定的参考价值。
git中出现remote: HTTP Basic: Access denied
1.git clone时出现
Username for \'http://******\': *** remote: HTTP Basic: Access denied fatal: Authentication failed for \'http://******/java/gh-assemble.git/\'
2.解决方法
1. 如果账号密码有变动 用这个命令 git config –-system –-unset credential.helper 重新输入账号密码 应该就能解决了 2. 如果用了第一个命令 还不能解决问题那么 用这个命令: git config –-global http.emptyAuth true
3.原因
远程服务端的用户名和密码与当前系统中git保存的用户名和密码有冲突
以上是关于git中出现remote: HTTP Basic: Access denied的主要内容,如果未能解决你的问题,请参考以下文章
remote: HTTP Basic: Access denied fatal: Authentication failed
remote: HTTP Basic: Access denied fatal: Authentication failed
git remote: HTTP Basic: Access denied 错误解决办法
git remote: HTTP Basic: Access denied Mac 使用Sourcetree 密码输错 再次输入解决方案
git或gitlab修改密码之后,报错remote: HTTP Basic: Access denied,fatal: Authentication failed for ‘git或gitlab地址’
使用tortoisegit工具git地址中带号码密码的拉取,以及使用这种方式后中途重置密码报git remote: HTTP Basic: Access denied 错误解决办法