w h y y o u a r e h e r e ?

Github访问困难的解决方案

原理:为本地 hosts 文件添加 Github 相关映射。

打开本地 hosts 文件

Mac/Linux 的 hosts 文件位置为:

etc/hosts

Windows 的 hosts 文件位置为:

C:\Windows\System32\drivers\etc\hosts

增加映射

获取 Github 相关网站的 IP

访问 https://www.ipaddress.com ,分别输入 github.global.ssl.fastly.net 和 github.com,查询ip地址。

配置映射

在 hosts 文件中添加以下内容:

1
2
140.82.112.3      github.com
199.232.69.194 github.global.ssl.fastly.net

测试

命令提示符中输入:

1
ping github.com

状态如下:

成功。

< - 完 - >
- 坚持分享 鼓励创作 -