1. 程式人生 > >Warning: Permanently added the RSA host key for IP address '52.74.223.119' to the list of known hosts.

Warning: Permanently added the RSA host key for IP address '52.74.223.119' to the list of known hosts.

IT hub 說明 ESS IV 公鑰 RM style ssh

如果出現這個問題,說明你的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 known hosts.