解决访问Github图片无法加载的问题
问题
不知道小伙伴们有没有遇到和我同样的问题,不知道从什么时候开始,访问Github再也看不到自己的头像了,也加载不出来README里的图片。
我考虑过是图片服务器被墙了,但是Github都没被墙,图片也不太可能。
于是我尝试着打控制台查看:
发现报错输出全是ERR_CONNECTION_REFUSED
。
解决
于是,我进行了接下来的这几步神操作。
复制图片链接的网址,粘贴到
将IP地址复制,粘贴到本地hosts文件。
最后,再次访问Github,可以看到控制台已经没有红色的报错了。
成果
大功告成,小伙伴们只需要把我下面整理好的复制到自己电脑hosts文件就可以啦!
151.101.184.133 assets-cdn.github.com
151.101.184.133 raw.githubusercontent.com
151.101.184.133 gist.githubusercontent.com
151.101.184.133 cloud.githubusercontent.com
151.101.184.133 camo.githubusercontent.com
151.101.184.133 avatars.githubusercontent.com
151.101.184.133 avatars0.githubusercontent.com
199.232.68.133 avatars0.githubusercontent.com
199.232.28.133 avatars1.githubusercontent.com
151.101.184.133 avatars1.githubusercontent.com
151.101.184.133 avatars2.githubusercontent.com
199.232.28.133 avatars2.githubusercontent.com
151.101.184.133 avatars3.githubusercontent.com
199.232.68.133 avatars3.githubusercontent.com
151.101.184.133 avatars4.githubusercontent.com
199.232.68.133 avatars4.githubusercontent.com
151.101.184.133 avatars5.githubusercontent.com
199.232.68.133 avatars5.githubusercontent.com
151.101.184.133 avatars6.githubusercontent.com
199.232.68.133 avatars6.githubusercontent.com
151.101.184.133 avatars7.githubusercontent.com
199.232.68.133 avatars7.githubusercontent.com
151.101.184.133 avatars8.githubusercontent.com
199.232.68.133 avatars8.githubusercontent.com
151.101.184.133 user-images.githubusercontent.com
后续
当Github的IP地址频繁更换的时候,维护也是一种问题。于是在网上看到一种更好的方法,下载switchHosts,然后输入远程Guthub host文件:
https://cdn.jsdelivr.net/gh/521xueweihan/GitHub520@main/hosts
自动刷新时间设置1小时就行,或者15分钟。
版权声明:凡未经本网站书面授权,任何媒体、网站及个人不得转载、复制、重制、改动、展示或使用本网站的局部或全部的内容或服务,或在非本网站所属服务器上建立镜像。如果已转载,请自行删除。同时,我们保留进一步追究相关行为主体的法律责任的权利。我们希望与各媒体合作,签订著作权有偿使用许可合同,故转载方须书面/邮件申请,以待商榷。