GitHub图片显示修复
2020-04-23 本文已影响0人
右哼哼丨左哼哼
由于众所周知的缘故,我们在访问GitHub的时候,图片的加载遇到了一些问题,比如:
image.png
这在有些时间,我们会迫切的需要看到图片,因为他展示的是作者的成果
好在功夫不负有心人,终于找到了"修复"GitHub图片的方法,那就是更新hosts文件:
# =========GitHub图片修复==============
199.232.28.133 gist.githubusecontent.com
199.232.28.133 user-images.githubusercontent.com
199.232.28.133 raw.githubusercontent.com
199.232.28.133 camo.githubusercontent.com
199.232.28.133 cloud.githubusercontent.com
199.232.28.133 avatars0.githubusercontent.com
199.232.28.133 avatars1.githubusercontent.com
199.232.28.133 avatars2.githubusercontent.com
199.232.28.133 avatars3.githubusercontent.com
199.232.28.133 avatars4.githubusercontent.com
199.232.28.133 avatars5.githubusercontent.com
199.232.28.133 avatars6.githubusercontent.com
199.232.28.133 avatars7.githubusercontent.com
199.232.28.133 avatars8.githubusercontent.com
# =========GitHub图片修复==============
更新hosts文件的过程不再赘述,确实不会可以百度经验去找一找
现在看看访问GitHub的成果:
image.png
如果觉得帮助了你,请点个赞让更多的人看到,谢谢!