问题
网络正常,也能正常访问github.com,但是进去以后排版有问题,或者图片无法显示。
解决
打开github.com,按F12进入调试模式
点击console查看信息
提示:load resource error:https:assets-cdn.github.com/...
或者其他加载资源错误,后面显示一个域名
修改hosts
linux
打开/etc/hosts找到对应域名所对应的那行,在那行前面加上##注释掉即可
windows
进入C://windows/system32/drivers/etc/hosts找到对应域名的那行,在那行前面加上##注释掉即可
添加映射
如果访问也有问题
在hosts文件末加上
192.30.253.113 github.com
192.30.252.131 github.com
185.31.16.185 github.global.ssl.fastly.net
74.125.237.1 dl-ssl.google.com
173.194.127.200 groups.google.com
192.30.252.131 github.com
185.31.16.185 github.global.ssl.fastly.net
74.125.128.95 ajax.googleapis.com
网友评论