Git报错---The authenticity of host ‘gitee.com (212.64.62.183)‘ can‘t be established. E

Git报错---The authenticity of host ‘gitee.com (212.64.62.183)‘ can‘t be established. E_第1张图片

 Google之后明白,文件夹内少了一个known_hosts文件,本来密钥文件应该是三个,现在只有两个,便报了这样的错误,此时输入yes回车之后,生成了缺少了的known_hosts文件,便可解决这个问题:

Are you sure you want to continue connecting (yes/no)? yes

转载:(142条消息) Git报错---The authenticity of host ‘gitee.com (212.64.62.183)‘ can‘t be established. E_HotCocoa_Deng的博客-CSDN博客

你可能感兴趣的:(git,gitee)