1

我正在处理的 github 存储库有一些问题。我刚刚意识到我在 main 之前提交了 3 次提交并想要推送,但终端提示以下内容:

git push
gh auth git-credential: "erase" operation not supported
remote: Invalid username or password.
fatal: Authentication failed for 'https://github.com/name/project/'

有没有人遇到过这种情况并可以提供帮助?

非常感谢

4

1 回答 1

2

您需要使用 GitHub 重新进行身份验证。运行以下命令并按照提示进行操作。

gh auth login
于 2022-02-21T14:50:03.770 回答