Permanently added the RSA host key for IP address '13.250.177.223' to t he list of known hosts.

白俊遥博客

今天从远程库github.com克隆代码时遇到了如下的问题:

Permanently added the RSA host key for IP address '13.250.177.223' to t he list of known hosts.

白俊遥博客

 

这个应该是很多github新手经常出错的问题,这个就是没有在你github上添加一个公钥。

下面就直接说下步骤:

1 可以用 ssh -T git@github.com去测试一下

白俊遥博客

图上可以明显看出缺少了公钥

2.可以用: ssh-keygen -t rsa -C "GitHub账号" ,一直Enter下去生成公钥如下所示: 

白俊遥博客

3.然后用:cat+公钥路径,把出现的key复制下来:

白俊遥博客

 4 .在github上添加刚刚生成的公钥

白俊遥博客

5.选择SSH and GPG keys:

白俊遥博客

6. 选择new SSH key:

白俊遥博客

7.添加生成的key:

白俊遥博客

8.我们再从远程仓库克隆就可以成功了:

白俊遥博客

 9.我们就可以看到克隆下来的文件了:

白俊遥博客


白俊遥博客
请先登录后发表评论
  • 最新评论
  • 总共0条评论