尝试推送到我的远程 git 存储库时失败

failing when trying to push to my remote git repository

我是 VSCode 的新手。我正在尝试将我的提交推送到远程仓库,我收到凭据提示,但我得到以下输出:

remote: Anonymous access to myname/myrepo.git denied.
fatal: Authentication failed for 'https://github.com/myname/myrepo.git/'
git fetch

请帮忙

谢谢

遇到这个问题的人很多。我知道这里已经报道过几次了:https://code.visualstudio.com/Issues/List public 似乎没有这些票。提交一个新错误。希望他们会在下一个版本之前修复它。

我刚刚遇到一个问题,我收到了类似的错误,我发现这些文章对解决这个问题很有帮助。

问题的可能原因:

  1. Windows 凭据没有正确的 Github 凭据

  1. Github 弃用密码身份验证,现在推送时必须使用个人访问令牌

https://techglimpse.com/git-push-github-token-based-passwordless/

希望这对遇到此问题的其他人有所帮助 post。