github无法加载图片的解决办法

解决方法

修改host文件

windows 下修改 C:\Windows\System32\drivers\etc\hosts 文件
mac 下修改 /etc/hosts 文件

在hosts文件后追加如下内容:

199.232.28.133 raw.githubusercontent.com

其中,最前面的ip是有可能随着时间的推移发生变化的。

当前有效ip查询办法:

登录 https://www.ipaddress.com/ 网站,搜索 raw.githubusercontent.com
在搜索结果中找到想要的ip即可。

posted @ 2020-03-31 10:26  陈程宸  阅读(260)  评论(0编辑  收藏  举报