问题:

  • GitHub头像无法显示,或者存储在GitHub远程仓库的图片无法访问显示
  • GitHub gist 无法访问

解决办法

修改 host 文件,加入下面几行:

# GitHub Start
192.30.253.112 github.com
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

相关文章:

  • 2021-11-13
  • 2021-07-01
  • 2022-01-04
  • 2021-05-11
  • 2021-09-21
  • 2021-09-21
  • 2021-04-09
  • 2021-07-04
猜你喜欢
  • 2021-12-23
  • 2020-10-17
  • 2022-01-08
  • 2021-08-14
  • 2021-09-30
  • 2021-11-18
  • 2022-01-14
  • 2021-11-03
相关资源
相似解决方案