解决Github头像不显示问题

不知道有没有人和我遇到了同样的问题,如下:
头像不显示
以这张照片为例,头像不显示。
因此,对于Windows系统,我们需要在host文件中加一些域名,类似于代理的原理。
host文件地址如下:

C:\Windows\System32\drivers\etc

进入这个文件夹后找到host文件,然后用文本编辑器增加以下信息即可:

# GitHub Start
192.30.253.112 github.com
192.30.253.119 gist.github.com
151.101.100.133 assets-cdn.github.com
151.101.100.133 raw.githubusercontent.com
151.101.100.133 gist.githubusercontent.com
151.101.100.133 cloud.githubusercontent.com
151.101.100.133 camo.githubusercontent.com
199.232.28.133 githubusercontent.com
151.101.100.133 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

其实就是IP,以及对应的网址(网址对应的IP地址 网址)。
然后你的头像就可以显示出来了!

Tips:
① IP地址可能隔一段时间会变,利用https://www.ipaddress.com/可以随时查IP地址。
② 后面的网址如何得到:鼠标右键 - 检查元素 - 将鼠标移动至图片即可查看域名。

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章