github拉取代码碰上:Permanently added the RSA host key for IP address 'XXX.XXX' to the list of known
原因是要把ip地址为xx.xxx.xxx.xx的主机(RSA连接的)持久添加到hosts文件中
就是在C:\Windows\System32\drivers\etc/hosts 文件中添加一行:xx.xxx.xxx.xx github.com
如下 修改这个文件要有最高权限
原因是要把ip地址为xx.xxx.xxx.xx的主机(RSA连接的)持久添加到hosts文件中
就是在C:\Windows\System32\drivers\etc/hosts 文件中添加一行:xx.xxx.xxx.xx github.com
如下 修改这个文件要有最高权限