git---如何解决The authenticity of host 'github.com (192.30.255.112)' can't be established.
程序员文章站
2022-03-07 09:34:07
...
新生成**的时候,git clone或者push的时候,经常会报这样的错误:
The authenticity of host 'github.com (192.30.255.112)' can't be established.
RSA key fingerprint is SHA256:nThbg6kXUpJWGl7E1IGOCspRomTxdCARLviKw6E5SY8.
The authenticity of host 'github.com (192.30.255.112)' can't be established.
RSA key fingerprint is SHA256:nThbg6kXUpJWGl7E1IGOCspRomTxdCARLviKw6E5SY8.
Google之后明白,少了一个known_hosts文件,本来**文件应该是三个,现在是两个,便报了这样的错误,此时选择yes回车之后,便可,同时生成了缺少了的known_hosts文件:
Are you sure you want to continue connecting (yes/no)? //输入yes,回车
---------------------
作者:武东10号
来源:CSDN
原文:https://blog.csdn.net/Wbiokr/article/details/73431199
版权声明:本文为博主原创文章,转载请附上博文链接!
上一篇: git 忽略提交文件设置(.gitignore配置)
下一篇: 数据分析案例--电商指标的实际应用