找不到 raw.githubusercontent.com 的服务器 IP 地址

找不到 raw.githubusercontent.com 的服务器 IP 地址

raw.GitHub的ip经常更换,所以我们先去查一下该网址IP,点击IP查询然后输入

raw.githubusercontent.com
1

在2020/06/28 查询得

199.232.68.133
1

修改hosts文件

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

打开后在最后添加:

# GitHub raw & imag
199.232.28.133 raw.githubusercontent.com
12

示例图

在这里插入图片描述

原文地址:https://www.cnblogs.com/randysun/p/15595935.html