当前位置: 代码迷 >> 综合 >> git修改密码后,push代码报“fatal: Authentication failed for” 小白实操记录
  详细解决方案

git修改密码后,push代码报“fatal: Authentication failed for” 小白实操记录

热度:66   发布时间:2024-02-23 09:26:14.0

输入命令

git config --system --unset credential.helper
git config --global credential.helper store

然后再push就会提示输入用户名和新密码。

  相关解决方案