当前位置:   article > 正文

Github废除了基于密码的 Git 身份验证的解决方法_github 移除了密码登录

github 移除了密码登录

从 2021 年 8 月 13 日(北京时间 09:00)开始,GitHub将不接受基于密码的Git身份验证.

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 access, OAuth, SSH Key, or GitHub App installation token) will be required for all authenticated Git operations.

解决方法

创建个人Token

点击你的github图标,Settings -> Developer Settings -> Personal access token -> Generate Token,然后复制它。

方法1:更新“凭据管理器”

如果你之前使用的是密码登录的,而且还是在windows上的,就到凭据管理器里面把github的密码改成上面成的token.
搜索“凭据管理器”,打开点击Windows 凭据,在下面的github相关的将密码改成上面生成的token.

方法2:修改Git的remote url

    声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/代码探险家/article/detail/952232
    推荐阅读
    相关标签
      

    闽ICP备14008679号