当前位置:   article > 正文

git clone报错解决:remote: Support for password authentication was removed on August 13, 2021._git clone support for password authentication was

git clone support for password authentication was removed on august 13, 2021

执行git clone时报错:remote: Support for password authentication was removed on August 13, 2021.

问题原因:

使用github API或命令行时,个人访问令牌是使用密码对 GitHub 进行身份验证(代替账户密码)的一种方法。github在 2020 年 7 月,宣布要求对所有经过身份验证的 Git 操作使用基于令牌的身份验证。从 2021年8月13 日开始,将在 GitHub.com 上对 Git 操作进行身份验证时不再接受帐户密码。

解决方法:

1.在任何页面的右上角,单击您的个人资料照片,然后单击“Setting”。

2.在左侧边栏中,单击 <> Developer settings

3.在左侧边栏中,在Personal access tokens,单击 Tokens (classic)

4.选择“Generate new token”,然后单击Generate new token (classic)

5.给token起个名字

6.若要为令牌指定过期时间,请选择“Expiration”,然后选择默认选项或输入日期

7.单击Generate token,将新令牌复制到剪贴板。

8.重新尝试clone,在输入密码时输入刚才复制的token就好了~

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

闽ICP备14008679号