当前位置:   GIT > 正文

fatal: unable to access ‘https://github.com/.../.git‘: Could not resolve host: github.com解决方法【亲测有效】

could not resolve host: github.com

fatal: unable to access 'https://github.com/.../.git': Could not resolve host: github.com解决方法

1.问题原因

今天在使用Github的时候突然出现了这样的报错,云里雾里,看了网上的解决办法,说是代理服务器的问题,尝试了无数遍无果

然后Ping了一下github网站,发现Ping不通:

ping github.com
  • 1

这里考虑应该是hosts文件解析的问题☘️


2.解决办法

hosts文件中加入如下三行:

140.82.112.3 github.com
199.232.5.194 github.global.ssl.fastly.net
54.231.114.219 github-cloud.s3.amazonaws.com
  • 1
  • 2
  • 3

140.82.112.3 是github网站服务器的真实IP地址,如果你想获得最新的,可以从这里获取:

Github IP address

再次Ping github.com,可以Ping通啦!✌

> ping github.com

正在 Ping github.com [140.82.112.3] 具有 32 字节的数据:
来自 140.82.112.3 的回复: 字节=32 时间=308ms TTL=42
来自 140.82.112.3 的回复: 字节=32 时间=292ms TTL=42
来自 140.82.112.3 的回复: 字节=32 时间=298ms TTL=42
来自 140.82.112.3 的回复: 字节=32 时间=300ms TTL=42

140.82.112.3 的 Ping 统计信息:
    数据包: 已发送 = 4,已接收 = 4,丢失 = 0 (0% 丢失),
往返行程的估计时间(以毫秒为单位):
    最短 = 292ms,最长 = 308ms,平均 = 299ms
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12

此时再次进行pullpush操作,发现成功了!问题解决

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

闽ICP备14008679号