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.

2. 问题原因

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

3. 问题解决

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

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

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

git解决The authenticity of host ‘github.com (192.30.255.112)‘ can‘t be established问题相关推荐

  1. git:The authenticity of host 'github.com (13.250.177.223)' can't be established.

    linux上第一次使用git,出现如下错误,其实这是俩个错误,在输入yes时后,第一个域名的错误其实已经解决了.你可以再次运行git命令,这时系统只会报第二个permission错误,至于第二个per ...

  2. The authenticity of host 'github.com (52.74.223.119)' can't be established.

    The authenticity of host 'github.com (52.74.223.119)' can't be established. 在初始化git之后(git init),同时在g ...

  3. Git解决“Could not resolve host:github.com“

    错误方法:向/etc/hosts添加 192.30.253.112 github.com 这个ip地址已经失效了!!! 正确方法 登陆https://www.ipaddress.com,查询最新git ...

  4. origin master 出现The authenticity of host 'github.com ' can't be established

    解决方案: git push -u origin master提交代码到github时报错: The authenticity of host 'github.com (192.30.253.112) ...

  5. Github测试连接时报错“The authenticity of host ‘github.com‘can‘t be established.“RSA key fingerprint解决办法

    测试Github链接是否正常时git clone或者push的时候,经常会报这样的错误: The authenticity of host 'github.com (20.205.243.166)' ...

  6. Gitee/GitHub使用SSH下载文件时报错:The authenticity of host ‘gitee.com (212.64.63.215)‘ can‘t be established.

    Gitee/GitHub使用SSH下载文件时报错:The authenticity of host 'gitee.com (212.64.63.215)' can't be established. ...

  7. GIT克隆项目出现:The authenticity of host ‘gitee.com (xxx.xxx.xxx.xxx)‘ can‘t be established.

    新生成密钥的时候,git clone或者push的时候,可能会报这样的错误: The authenticity of host 'gitee.com (xxx.xxx.xxx.xxx)' can't ...

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

    git push时遇到的错误 The authenticity of host 'gitee.com (212.64.62.183)' can't be established. ECDSA key ...

  9. 将本地文件上传到GitLab中,遇到The authenticity of host ‘gitlab.*.org (192.168.*.*)‘ can‘t be established.问题解决

    今天需要将之前整理好的API文档上传到公司的GitLab中,可能好久没有用过了,所以一些步骤忘了,其中遇到了  The authenticity of host 'gitlab.***.org (19 ...

最新文章

  1. 谷歌用1.2万个模型“推翻”现有无监督研究成果!斩获ICML 2019最佳论文
  2. python工程师薪资坑吗-入坑Python爬虫值不值?
  3. #ifdef _DEBUG
  4. arthas命令使用示例:monitor监视指定方法的执行情况
  5. mcse 2000 认证介绍
  6. Java面试题2019简书_2019最新Spring面试题大全含答案之Spring Beans(2019最全Spring超级葵花宝典)...
  7. No module named 'urllib2'
  8. QT5基础操作(一)
  9. php excel 函数,php实现excel中rank函数功能的方法
  10. db2 v9.7 tablespace_state -“表空间状态”监视器元素 0x0400
  11. Kubernetes学习总结(16)—— Kubernetes 实战之部署 Redis 集群
  12. c++注册表操作(未完成)
  13. 四川电信在广元市建大数据中心
  14. 剑指offer JZ02/05 替换空格 Python
  15. 三维点云配准 matlab,一种基于保局PCA的三维点云配准方法与流程
  16. 经纬度在线查询 地名 批量 查询经纬度 经纬度 批量 查询地名
  17. Word 2003的基本使用
  18. KGB知识图谱完成金融行业的信息抽取工作
  19. windows 10 cortana搜索功能失效
  20. 百度云下载神器再升级!

热门文章

  1. 【Windows】ping ip+端口
  2. 见缝插针c语言编程,见缝插针游戏的实现
  3. 25PXE高效批量网络装机
  4. 【2020年总结】但行好事,莫问前程——纪念煎熬与快乐并存的一年
  5. 如何提高心理承受能力?
  6. 中文正则字符大全集2
  7. 密码学中的中间人攻击
  8. Fatal message conversion error;message rejected;it will be dropped or routed to a dead letter exchan
  9. 8086/8088 指令执行流水线断流原因
  10. Learn to Augment: Joint Data Augmentation and Network Optimizationfor Text Recognition