添加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

相关文章:

  • 2022-01-14
  • 2022-03-03
  • 2021-08-13
  • 2022-12-23
  • 2021-09-21
  • 2021-04-17
猜你喜欢
  • 2022-12-23
  • 2021-11-29
  • 2021-07-20
  • 2021-07-02
相关资源
相似解决方案