Warning: Permanently added the RSA host key for IP address '52.74.223.119' to the list of kn
Posted sineik
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Warning: Permanently added the RSA host key for IP address '52.74.223.119' to the list of kn相关的知识,希望对你有一定的参考价值。
如果出现这个问题,说明你的github缺少公钥
使用 ssh -T [email protected] 去测试
1.生成密钥
ssh-keygen -t rsa -C "your name" #引号里输入你的用户名
2.查看密钥,使用 cat ,复制密钥
3.在github上添加密钥
点击用户头像 --setting -- ssh and GPG keys
以上是关于Warning: Permanently added the RSA host key for IP address '52.74.223.119' to the list of kn的主要内容,如果未能解决你的问题,请参考以下文章