GitHub图片裂开
查询当前raw.githubusercontent.com对应的IP
👉点击查询👈
raw.githubusercontent.com
我当前查出(2020.09.29)
199.232.68.133
写入本地hosts文件中
文件路径C:\Windows\System32\drivers\etc\hosts
打开文件末尾添加 199.232.68.133 raw.githubusercontent.com
即可(这里需要管理员的身份)
或者以管理员身份运行cmd
,在C:\Windows\System32\drivers\etc>
下,输入echo 199.232.68.133 raw.githubusercontent.com >> hosts
即可。
(如果管理员都拒绝访问,那么记得取消hosts文件的只读
属性)