github ssh克隆代码报错The authenticity of host 'github.com (20.205.243.166)' can't be established.
时间: 2023-09-28 18:13:29 浏览: 245
这个错误提示是因为你第一次使用SSH连接到GitHub,系统不认识GitHub的服务器,需要你确认是否信任该服务器的身份。你可以通过以下步骤解决:
1. 首先,确认该IP地址确实是GitHub的IP地址,可以通过ping github.com命令获取到IP地址,再通过nslookup IP地址命令确认该IP地址是否属于GitHub。
2. 然后,在终端中输入ssh-keyscan github.com命令,获取GitHub的公钥信息,并将其添加到你本地的known_hosts文件中。例如,使用以下命令将公钥信息添加到known_hosts文件中:
ssh-keyscan github.com >> ~/.ssh/known_hosts
3. 最后,再次尝试使用ssh命令连接到GitHub,你将不再收到该错误提示。
ssh git@github.com
希望这些步骤能够解决你的问题。
相关问题
the authenticity of host 'github.com (20.205.243.166)' can't be established.
抱歉,你的消息有点难以理解。你是否在询问关于 "the authenticity of host 'github.com (20.205.243.166)' can't be established." 的东西?如果是的话,这通常是由于你正在尝试连接到一个网络主机,但您的计算机无法确认该主机的身份。这是一种安全措施,以防止您连接到恶意主机。如果您确信该主机是安全的,可以选择继续连接。
The authenticity of host 'github.com (20.205.243.166)' can't be established.
根据提供的引用内容,"The authenticity of host 'github.com (20.205.243.166)' can't be established." 这个问题是在使用git clone时出现的。这个问题的解决方案是在提示中输入"yes"然后按回车键确认。这个问题可能是因为当前的主机没有关于github网站的内容导致的。<span class="em">1</span><span class="em">2</span><span class="em">3</span>
#### 引用[.reference_title]
- *1* *2* *3* [git使用--解决The authenticity of host ‘github.com (20.205.243.166)‘ can‘t be established.](https://blog.csdn.net/mj_zm/article/details/120413479)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v93^chatsearchT3_1"}}] [.reference_item style="max-width: 100%"]
[ .reference_list ]
阅读全文