解决GitHub及其raw.githubusercontent.com等网站无法访问的问题
- 使用ip查询工具查询无法访问的域名IP地址。
- 将查询到的IP地址加入hosts中即可。
示例:解决 raw.githubusercontent.com 无法访问问题
linux mac 输入:
sudo vim /etc/hosts
添加以下内容即可:
151.101.108.133 raw.githubusercontent.com
Windows打开C:WindowsSystem32driversetc将host文件复制到桌面,添加以下内容,保存重新移动到源文件夹中即可
151.101.108.133 raw.githubusercontent.com