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


如果出現這個問題,說明你的github缺少公鑰

使用 ssh -T git@gtihub.com 去測試

1.生成密鑰

ssh-keygen -t rsa -C "your name"  #引號里輸入你的用戶名

2.查看密鑰,使用 cat ,復制密鑰

3.在github上添加密鑰

     點擊用戶頭像   --setting   -- ssh and GPG keys

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM