git clone authentication failed问题
Posted 杨江
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了git clone authentication failed问题相关的知识,希望对你有一定的参考价值。
Windows 10环境
git clone authentication failed问题
1)确认git使用Windows 凭据管理器 管理账号
git config --system --list
显示
credential.helper=manager-core
2)使用Windows 凭据管理器 管理git账号,好处是密码是加密保存的。
在 控制面板\\用户帐户\\凭据管理器 添加新账号,如图
3)实在不行,就
git config --system --unset credential.helper
坏处是, 会造成每次git操作都要用户名口令
如果提示下面错误,那么在 管理员模式下面运行cmd命令,再执行上面的命令
error: could not lock config file C:/Program Files/Git/etc/gitconfig: Permission denied
参考:
windows - Remove credentials from Git - Stack Overflow
以上是关于git clone authentication failed问题的主要内容,如果未能解决你的问题,请参考以下文章
git clone authentication failed问题
解决$ git clone fatal: Authentication failed
关于Android studio git Authentication failed
mac git Authentication failed for
GIT中fatal: Authentication failed的问题
fatal: Authentication failed could not read from remote repository