美文网首页
访问Github图片不显示问题处理

访问Github图片不显示问题处理

作者: 一蓑烟雨_龙哥 | 来源:发表于2020-07-09 11:52 被阅读0次

    解决方法如下:

    打开我的电脑进入以下根目录:C:\Windows\System32\drivers\etc 里面有一个hosts文件右键编辑打开,在底部添加以下资源

    #GitHub Start
    192.30.253.112 Build software better, together
    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
    #GitHub End
    

    相关文章

      网友评论

          本文标题:访问Github图片不显示问题处理

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