Warning: Permanently added the RSA host key for IP address '13.250.177.223' to the list of known hosts. To git@github.com:hunhun1122/suanfa.git ! [rejected] master -> master (non-fast-forward)
那条警告的大概意思就是:警告:为IP地址13.250.177.223的主机(RSA连接的)持久添加到hosts文件中,那就来添加吧!
解决办法:
vim /etc/hosts
添加一行:13.250.177.223' github.com
Windows环境:
C:\Windows\System32\drivers\etc\hosts 文件