remote: CODING 提示: Authentication failed. remote: 认证失败,请确认您输入了正确的账号密码。 fatal: Authentication failed

遇到这种情况是因为我们在git clone url 时弹出要求输入用户名和密码输入错误导致第二次克隆代码就不在弹窗让你输入了两种方式可以处理
需要特别注意CODING的用户名是 -----手机号码
先看清楚特别注意。
先看清楚特别注意。
先看清楚特别注意。

第一种:找到控制面板,选小图标,找到凭据管理器

remote: CODING 提示: Authentication failed. remote: 认证失败,请确认您输入了正确的账号密码。 fatal: Authentication failed_第1张图片
remote: CODING 提示: Authentication failed. remote: 认证失败,请确认您输入了正确的账号密码。 fatal: Authentication failed_第2张图片

第二种:巨简单

git config --system --unset credential.helper

复制上面命令去运行就好了。在重新输入clone命令。就会提示输入用户名了。

你可能感兴趣的:(git操作,git)