解决 github.com 的响应时间过长的方法
首先确保你可以访问大多数的网站,只是访问 github.com 的时候无法访问,结果页面提示“github.com 的响应时间过长”,那么可以试试本方法。
解决 github.com 的响应时间过长的方法
首先确保你可以访问大多数的网站,只是访问 github.com 的时候无法访问,结果页面提示“github.com 的响应时间过长”,那么可以试试本方法。
从问题性质来看,出现此问题的原因可能是DNS劫持、DNS污染等原因,也可能是因为那道墙,懂的自然懂。
解决方法:
解决此问题的方法是修改hosts文件,添加域名映射。
修改 C:\Windows\System32\drivers\etc\hosts 文件
可以用记事本打开它,此文件没有扩展名,但其实就是一个文本文件。
如果文件禁止修改,可能因为它是只读的,找到host文件,右键-属性,把只读取消勾选。
我的文件内容如下:
# Copyright (c) 1993-2009 Microsoft Corp. # # This is a sample HOSTS file used by Microsoft TCP/IP for Windows. # # This file contains the mappings of IP addresses to host names. Each # entry should be kept on an individual line. The IP address should # be placed in the first column followed by the corresponding host name. # The IP address and the host name should be separated by at least one # space. # # Additionally, comments (such as these) may be inserted on individual # lines or following the machine name denoted by a '#' symbol. # # For example: # # 102.54.94.97 rhino.acme.com # source server # 38.25.63.10 x.acme.com # x client host # localhost name resolution is handled within DNS itself. # 127.0.0.1 localhost # ::1 localhost 20.205.243.166 github.com 52.74.223.119 github.com
IP地址获取
对应 github.com 的IP地址可以通过以下工具网站来获取:
站长之家 http://ip.tool.chinaz.com/github.com
便民查询网 https://ip.51240.com/github.com__ip/
IPAdress.com https://github.com.ipaddress.com/
注意事项
访问
https://github.com/ivu4e?tab=repositories
得到的IP地址可能不一样, 我访问 https://github.com 时提示“github.com 的响应时间过长”,于是我按照上面的方法在hosts文件添加了一条记录,可以访问了,但是当我访问 https://github.com/ivu4e?tab=repositories 时,又不能访问了。
所以继续通过工具网站查询 https://github.com/ivu4e?tab=repositories 对应的iP地址,继续向hosts文件增加解析记录,问题就解决了。
参考:
https://blog.csdn.net/Jasonkun_3/article/details/114435640
本文由 微wx笑 创作,采用 署名-非商业性使用-相同方式共享 4.0 许可协议,转载请附上原文出处链接及本声明。
原文链接:https://www.ivu4e.cn/blog/service/2021-10-02/737.html