mac git Authentication failed for

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mac git Authentication failed for相关的知识,希望对你有一定的参考价值。

参考技术A $ git config --global --replace-all user.email "输入你的邮箱"

$ git config --global --replace-all user.name "输入你的用户名"

然后push 会提示重新输入用户名和密码

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

以上是关于mac git Authentication failed for的主要内容,如果未能解决你的问题,请参考以下文章

sourcetree Authentication failed

odoo12之应用:双因子验证(Two-factor authentication, 2FA)(HOTP,TOTP)附源码

关于Android studio git Authentication failed

密码学初级教程(五)消息认证码MAC-Message Authentication Code

git clone authentication failed问题

git clone authentication failed问题