【发布时间】:2021-09-12 09:54:42
【问题描述】:
我使用用户名密码来推送我的代码。它工作了几个月,但突然间我无法做到这一点并收到此错误:
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.
请注意,该链接没有帮助。即使使用生成的令牌也无济于事。
版主注意:我是part of a planned and soon-to-be permanent service change by GitHub
【问题讨论】:
-
GIthub 正在移除用户名密码认证,从现在开始你需要使用令牌
-
我有同样的问题,不,该页面没有帮助。问题是,即使使用生成的令牌作为密码,也会出现相同的错误消息。
-
到底为什么要使用“掉电”这个词??
-
@RossPresser “断电”是您失去一些(但不是全部)权力的地方。这是对白炽灯泡时代的倒退,在白炽灯泡时代,小的功率损失可能会导致灯泡明显变暗。在这种情况下,GitHub 正在“调暗灯光”,让每个人都知道该服务的待定更改(即密码将很快完全停止工作)。
标签: git github token github-api git-pull