当前位置:   article > 正文

报错remote: Support for password authentication was removed on August 13, 2021. remote: Please see htt_stderr: remote: support for password authenticatio

stderr: remote: support for password authentication was removed on august 13

这个错误通常是因为 GitHub 已停止对密码验证的支持。推荐的替代方式是使用 SSH 密钥或者个人访问令牌进行身份验证。你可以按照以下步骤进行操作:

使用 SSH 密钥进行身份验证
生成 SSH 密钥对: 如果你没有 SSH 密钥,请生成一个新的 SSH 密钥对。在命令行中输入以下命令:

bash
Copy code
ssh-keygen -t rsa -b 4096 -C “your_email@example.com”
在这个命令中,替换 “your_email@example.com” 为你在 GitHub 上注册的邮箱地址。

将 SSH 密钥添加到 SSH 代理: 运行 SSH 代理(如果适用)并将 SSH 私钥添加到代理中:

bash
Copy code
ssh-add ~/.ssh/id_rsa
将公钥添加到 GitHub 帐户: 复制 SSH 公钥的内容,并在 GitHub 上添加到你的账户中。打开公钥文件(一般是 type %userprofile%.ssh\id_rsa.pub),然后复制其中的内容。

登录 GitHub,转到 Settings -> SSH and GPG keys -> New SSH Key,并将公钥粘贴到相应的字段中。

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

闽ICP备14008679号