博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Github网站加载不全,css读取失败
阅读量:6849 次
发布时间:2019-06-26

本文共 1034 字,大约阅读时间需要 3 分钟。

####最近在公司里访问Github网站的时候,可能会遇到网站响应超时,图片加载不出,排版错误等情况(大部分情况下是可以正常打开的)。我就遇到了这样的问题,所以在此和大家分享,希望可以帮到有同样困扰的人。

##问题如下:

##解决办法: 为了提高速度,可以使用HOSTS加速对Github网站加载的资源网站域名解析。

具体做法:

修改 C:\Windows\System32\drivers\etc 中的hosts文件(PS:若没有修改权限,可以鼠标右键,属性,安全,修改权限。或者将hosts文件复制到桌面,修改之后,复制到原文件夹),将下面一段话添加到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

保存hosts文件,重新打开Github网站,一切正常。

转载地址:http://mwgul.baihongyu.com/

你可能感兴趣的文章
nova系列一:虚拟化介绍
查看>>
BZOJ3565 : [SHOI2014]超能粒子炮
查看>>
如何用Go实现一款类似滴滴优步的网络约车软件(含源码)
查看>>
JavaScript判断是否全为中文,是否含有中文
查看>>
Uubntu14.04下 Hadoop集群环境搭建
查看>>
java 5.0引入的新特性-枚举
查看>>
vue 项目心得
查看>>
redirect_uri 参数错误
查看>>
Solidedge如何新建参考平面 参考面
查看>>
IE11下javascript报堆栈溢出问题的解决
查看>>
黑马day16 jquery&属性过滤选择器
查看>>
新概念英语(1-49)At the butcher's
查看>>
springMVC新理解
查看>>
【iOS】UIWebView HTML5 扩展
查看>>
Codeforces 460 D. Little Victor and Set
查看>>
spring datasource和mybatis的datasource来源在哪里
查看>>
洛谷2017 5月月赛R1
查看>>
android开发环境搭建教程
查看>>
NAND flash和NOR flash的区别详解
查看>>
IIS Modules Overview
查看>>