GIT 第32章 the authenticity of host can't be established GIT 第32章 the authenticity of host can't be established

2025-05-09

修改 /etc/ssh/ssh_config 文件的配置,最后面添加:

StrictHostKeyChecking no 
UserKnownHostsFile /dev/null
阅读 154