其他分享
首页 > 其他分享> > github无法访问

github无法访问

作者:互联网

1. 原因

    可能GitHub的IP经常变化,导致DNS无法解析

2. 查询IP

    The Best IP Address, Email and Networking Tools - IPAddress.com查询github.com的ip

3. 解决

    修改C:\Windows\System32\drivers\etc\host\host,末尾添加:

140.82.113.4 github.com
140.82.112.4 github.com

    表示访问github时,会尝试两个IP是否可以访问。

标签:github,140.82,IP,无法访问,查询,host,com
来源: https://www.cnblogs.com/yyqng/p/15334964.html