GitHub加载不出图片怎么办

第一步:用记事本打开hosts文件(C:\Windows\System32\drivers\etc\hosts)

第二步:在文本末尾添加下列代码

# 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 
151.101.100.133 avatars0.githubusercontent.com 
151.101.100.133 avatars1.githubusercontent.com 
151.101.100.133 avatars2.githubusercontent.com 
151.101.100.133 avatars3.githubusercontent.com 
151.101.100.133 avatars4.githubusercontent.com 
151.101.100.133 avatars5.githubusercontent.com 
151.101.100.133 avatars6.githubusercontent.com 
151.101.100.133 avatars7.githubusercontent.com 
151.101.100.133 avatars8.githubusercontent.com 
# GitHub End

第三步:刷新Github网页,就OK了~
GitHub加载不出图片怎么办_第1张图片

ps:这几天是新型肺炎的爆发期,大家要保护好自己啊!
少出门走动,多在家敲代码!

你可能感兴趣的:(日常+冷知识)