当前位置:   article > 正文

git解决The authenticity of host ‘github.com (192.30.255.112)‘ can‘t be established问题_git the authenticity of host

git the authenticity of host

1. 问题描述

新生成密钥的时候,git clone或者git push的时候,经常会报这样的错误:

The authenticity of host 'github.com (192.30.255.112)' can't be established.
RSA key fingerprint is SHA256:nThbg6kXUpJWGl7E1IGOCspRomTxdCARLviKw6E5SY8.
  • 1
  • 2

2. 问题原因

原因是少了一个known_hosts文件。本来密钥文件应该是三个,现在是两个,所以报了这样的错误。

3. 问题解决

此时选择yes回车之后即可,同时生成了缺少了的known_hosts文件:

Are you sure you want to continue connecting (yes/no)? //输入yes,回车
  • 1

注意:
不是直接回车!是输入yes之后再回车!

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/我家小花儿/article/detail/186019
推荐阅读
相关标签
  

闽ICP备14008679号