添加Github SSH Key遇到的问题:
Github遇到的Warning: Permanently added the RSA host key for IP address ' ' to the list of known hosts
这句话的意思是警告:已将IP地址为“52.74.223.119”的RSA主机**永久添加到已知主机列表中(也就是hosts文件中)。但是这个警告并不影响你GitHub的使用。

解决方法:

1.找到hosts文件
Github遇到的Warning: Permanently added the RSA host key for IP address ' ' to the list of known hosts我的电脑是win10 64位,不同电脑hosts文件位置不一样。

2.打开hosts文件,将52.74.223.119 github.com加上。
Github遇到的Warning: Permanently added the RSA host key for IP address ' ' to the list of known hosts记得先将hosts文件先备份,然后再修改。

最后警告消失
Github遇到的Warning: Permanently added the RSA host key for IP address ' ' to the list of known hosts

相关文章: