赞
踩
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
参考:
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。