首页 > Web开发 > 详细

解决github网站的css,js文件被墙

时间:2018-01-19 19:15:52      阅读:201      评论:0      收藏:0      [点我收藏+]

前两天我打开github网站,想推送些东西上去,结果发现github成这样了!

技术分享图片

 

起初我并没有在意。。以为是神马网络问题,然后没理它了。结果今天又打开来看还是这样,不管是用chrome firefox 都打不开,我直接百度收了一下,很简单明显 被墙了!

然后我就在百度,试过了七八次后,说什么在hosts文件改ip 都没有用。后面就找到了一个办法 一试  成了!!!
解决办法:修改  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

以上信息来源于网站:http://neue.v2ex.com/t/320178,感谢评论区chenxuhua的分享。

 

保存后。 一切都好了

 

解决github网站的css,js文件被墙

原文:https://www.cnblogs.com/ahaowh/p/8318453.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!