修改host文件访问github和githubusercontent
在https://tool.chinaz.com/dns上查询raw.githubusercontent.com对应的ip
![image]()
修改hosts文件, 管理员方式打开终端工具,输入命令
1
notepad C:\Windows\System32\drivers\etc\hosts
在hosts文件最后一行添加内容
1
220.205.243.166 github.com #ip和域名之间分割是tab
185.199.110.133 raw.githubusercontent.com
