https://github.blog/changelog/2021-08-12-git-password-authentication-is-shutting-down/
去年底,GitHub 通知之后不能通过账号密码登录了,换而通过 tokens 来登录。
时间刚好截止到August 13, 2021, at 09:00 PST,今天 git push 的时候发现 403 了,换成 token 授权了
去年底,GitHub 通知之后不能通过账号密码登录了,换而通过 tokens 来登录。
时间刚好截止到August 13, 2021, at 09:00 PST,今天 git push 的时候发现 403 了,换成 token 授权了
The GitHub Blog
Git password authentication is shutting down - GitHub Changelog
As previously announced, starting on August 13, 2021, at 09:00 PST, we will no longer accept account passwords when authenticating Git operations on GitHub.com. Instead, token-based authentication (for example, personal…