当前位置:   article > 正文

Warning: Permanently added ‘github.com’ (ED25519) to the list of known hosts. git@github.com_warning: permanently added '[10.54.5.249]:60022'(e

warning: permanently added '[10.54.5.249]:60022'(ed25519) to the list of kno

解决:Warning: Permanently added ‘github.com’ (ED25519) to the list of known hosts.
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.

原因:GitHub SSH秘钥不对

0. 检查本地是否有id_rsa、id_rsa.pub密匙

  • 项目根目录下,输入命令ls ~/.ssh(大概率没有以上两个文件,而只出现 known hosts)
  • 在这里插入图片描述

1. 生成新秘钥

  • ssh-keygen -t ed25519 -C "xxx@xxx.com"(邮箱名称可随便填写)
  • 后面一直“回车”,使用默认设置就行

在这里插入图片描述

2. 检查生成的秘钥

  • ls ~/.ssh
  • 在这里插入图片描述

3. 打开公钥

  • cat ~/.ssh/id_ed25519.pub
  • 在这里插入图片描述

4. GitHub上配置SSH keys

  • 个人设置settings --> SSH and GPG keys -->new SSH keys
  • 复制粘贴刚刚获得的公钥
  • 添加
  • 在这里插入图片描述
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/很楠不爱3/article/detail/380894
推荐阅读
相关标签
  

闽ICP备14008679号