新生成密钥的时候,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.git---如何解决The authenticity of host 'github.com (192.30.255.112)' can't be established.

Google之后明白,少了一个known_hosts文件,本来密钥文件应该是三个,现在是两个,便报了这样的错误,此时选择yes回车之后,便可,同时生成了缺少了的known_hosts文件:

.1 Are you sure you want to continue connecting (yes/no)? //输入yes,回车
git---如何解决The authenticity of host 'github.com (192.30.255.112)' can't be established.

 

 

 

相关文章:

  • 2022-12-23
  • 2021-12-26
  • 2021-10-19
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-05
猜你喜欢
  • 2022-12-23
  • 2021-11-02
  • 2021-09-22
  • 2022-12-23
  • 2022-12-23
  • 2021-10-14
相关资源
相似解决方案