使用 git clone 时报错误 Authentication failed for

git 报错 Authentication failed for

1、原因:git 仓库用户名密码错误

第一次使用git 时,会弹出输入 用户名密码,但是可能被我们设置保存不再提示,git 用户名密码会保存在Windows凭据里。当更改密码后,git 操作还是会用Windows 凭证中用户名、密码,导致认证失败。

2、解决办法

更改Windows凭据密码
开始–设置–搜索(Windows凭据)—管理 Windows 凭据–找到 git 凭据-- 编辑修改
git 报错 Authentication failed for
git 报错 Authentication failed for
git 报错 Authentication failed for

相关文章:

  • 2022-12-23
  • 2021-09-13
  • 2022-01-08
  • 2022-01-14
  • 2019-12-26
  • 2021-12-08
  • 2021-05-02
  • 2022-12-23
猜你喜欢
  • 2021-11-19
  • 2021-08-10
  • 2021-12-11
  • 2022-12-23
  • 2021-11-29
  • 2021-11-08
  • 2021-05-20
相关资源
相似解决方案