美文网首页
github加载不出头像和图片问题

github加载不出头像和图片问题

作者: c之气三段 | 来源:发表于2021-03-04 21:55 被阅读0次

https://www.ipaddress.com/ 查询ip地址


//处理github头像和图片加载不了的情况

//编辑hosts文件添加如下代码

//199.232.96.133是ip地址,复制无法加载的网址前缀如https://avatars.githubusercontent.com/到IP查询网址去查询可查到,avatars.githubusercontent.com是访问的路径,代码添加到错误消失为止。

image

# GitHub Start

199.232.96.133 marketplace-screenshots.githubusercontent.com

199.232.96.133 avatars.githubusercontent.com

199.232.96.133 raw.githubusercontent.com

199.232.96.133 spotlights-feed.github.com

# GitHub End

相关文章

网友评论

      本文标题:github加载不出头像和图片问题

      本文链接:https://www.haomeiwen.com/subject/azigtltx.html