美文网首页程序员
GitHub图片显示修复

GitHub图片显示修复

作者: 右哼哼丨左哼哼 | 来源:发表于2020-04-23 04:57 被阅读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

如果觉得帮助了你,请点个赞让更多的人看到,谢谢!

相关文章

网友评论

    本文标题:GitHub图片显示修复

    本文链接:https://www.haomeiwen.com/subject/osmnihtx.html