GitHub图片不显示问题

Windows系统

C:\Windows\System32\drivers\etc\hosts

在hosts文件下添加以下代码即可

# GitHub Start          #注释
192.30.253.119 gist.github.com
199.232.28.133 assets-cdn.github.com
199.232.28.133 raw.githubusercontent.com
199.232.28.133 gist.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 End

解决思路:

1、获取不显示图的域名地址(如下图),F12打开调试找到这张图片的标签代码

 

GitHub图片不显示问题_第1张图片

2、复制二级域名(raw.githubusercontent.com)到www.ipaddress.com查询ip

GitHub图片不显示问题_第2张图片

3、把得到的ip地址放到vhost即可

GitHub图片不显示问题_第3张图片

GitHub图片不显示问题_第4张图片

你可能感兴趣的:(GitHub图片不显示问题)