相关疑难解决方法(0)

作为断电的一部分,密码身份验证被暂时禁用。请改用个人访问令牌

我使用用户名密码来推送我的代码,它已经工作了几个月,但突然间我无法做到并收到此错误:

Username for 'https://github.com': shreyas-jadhav
Password for 'https://shreyas-jadhav@github.com': 
remote: Password authentication is temporarily disabled as part of a brownout. Please use a personal access token instead.
remote: Please see https://github.blog/2020-07-30-token-authentication-requirements-for-api-and-git-operations/ for more information.
Run Code Online (Sandbox Code Playgroud)

请注意,该链接没有帮助。即使使用生成的令牌也无济于事。

主持人注意:这是GitHub 计划中且即将进行的永久性服务更改的一部分

git github token git-pull github-api

237
推荐指数
11
解决办法
10万
查看次数

2021 年 8 月 13 日删除了对密码身份验证的支持。请改用个人访问令牌

尽管我在 GitHub 中创建了 PET,并将其设置在 Sourcetree 中,但它确实获得了用户或更新。

克隆存储库也会导致同样的问题。为什么?我应该删除缓存还是什么?

在此输入图像描述

git github atlassian-sourcetree personal-access-token

1
推荐指数
1
解决办法
9978
查看次数