解决Github无法加载或不显示图片问题


Github无法加载或不显示图片,严重影响日常使用,可以通过修改 hosts 文件解决问题


hosts文件所在路径

Mac /etc/hosts
Linux /etc/hosts
Windows C:\Windows\System32\drivers\etc\hosts



在 hosts 文件末尾追加以下信息

# GitHub Start

192.30.253.112 Build software better, together
192.30.253.119 gist.github.com
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 avatars0.githubusercontent.com
151.101.184.133 avatars1.githubusercontent.com
151.101.184.133 avatars2.githubusercontent.com
151.101.184.133 avatars3.githubusercontent.com
151.101.184.133 avatars4.githubusercontent.com
151.101.184.133 avatars5.githubusercontent.com
151.101.184.133 avatars6.githubusercontent.com
151.101.184.133 avatars7.githubusercontent.com
151.101.184.133 avatars8.githubusercontent.com

# GitHub End



如果由于权限出现修改 hosts 文件无法保存问题,可以先把 hosts 文件复制到另一个地方,修改后替换原 hosts 文件



如果一段时间后该方法失效,需要去查询到最新的 github 图片服务器地址,比如 在 这里 查询 avatars0.githubusercontent.com 的 ip , 将新查询到的 ip 替换掉旧的 ip (avatars0~8的全部替换)



我的小站、Github、CSDN



你可能感兴趣的:(github,计算机网络)