Github網站css加載不出來的處理方法(轉,親測有效)

轉載連接:https://blog.csdn.net/qq_36589706/article/details/80573008
由於工做需求,本身會常常使用到github,可是忽然有一天打開github時,發現css樣式全沒了,以下圖,網速正常的時候也是這樣,怎麼辦呢,趁着今天週六,閒下來了,就找找博客,終於解決了,記錄一下~css

場景重現:

 

網站響應緩慢,排版錯誤,圖片加載不出。html

 

以谷歌瀏覽器爲例,F12打開開發者選項,能夠看到以下報錯信息: git

 能夠看出,是Github須要在線加載的資源(css,js)文件未能成功加載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網站,此時網站的訪問應該能夠恢復正常。網站

若是沒有當即恢復正常,須要刷新DNS緩存,告訴電腦個人hosts文件已經修改。Windows下刷新DNS緩存的方法:進入命令行,輸入命令:ipconfig /flushdnsspa

相關文章
相關標籤/搜索