github地址:https://github.com/
问题:站点无法访问,访问超时
开启命令行ping github.com 显示超时
解决办法:修改本机(windows操作系统)hosts文件
步骤:
1.打开hosts目录:C:\Windows\System32\drivers\etc
2.复制hosts文件到桌面,添加下列信息:
#github
192.30.253.113 github.com
151.101.185.194 github.global.ssl.fastly.net
3.使用修改后的hosts文件覆盖原文件
注意:github.com和github.global.ssl.fastly.net对应ip可能因机器不同而不相同,可以使用该站点查询对应域名的ip(https://www.ipaddress.com/ip-lookup)
来源:CSDN
作者:johnny—we
链接:https://blog.csdn.net/qq_36480179/article/details/104166491