White how quick start GitHub, Frequently Asked Questions

                                        GitHub FAQ   

Github site loads incomplete, response timeout, how to solve

Github is a code hosting platform and developer community, developers can create their own open source project on Github and collaborate with other developers coding. It is no exaggeration to say that efficient use Github is a good programmer essential qualities. However, some users in the open Github site, you may experience Web site response times out, no image is loaded, typographical errors, etc. (in most cases is normally open). I encountered such a problem, so in this and share the same desire to help troubled people.
(Waiting for nearly 15s in good network conditions) site responds slowly, typographical errors, the picture could not be loaded.
As can be seen, resources (css, js) Github need to be online to load the file failed to load.
Solution:
To improve the speed, you can use HOSTS accelerate resource domain Github site loads resolution.
Specifically:
Modify C: \ Windows \ \ System32 drivers \ hosts file (PS etc in: after if there is no permission to modify, you can right-click, property, security, permission to modify or copy the hosts file to your desktop, modified, copied to the original folder), add the following paragraph to the hosts file:
# 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 
Cloud.githubusercontent.com 151.101.100.133 
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. avatars4.githubusercontent.com 100.133 
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
save the hosts file, reopen Github website, At this time, access to the site should be back to normal.

If you do not immediately return to normal, you need to flush the DNS cache, the computer told my hosts file has been modified. Flush the DNS cache method under Windows: enter the command line, enter the command: ipconfig / flushdns. Github quickly start your journey! ! !



 

Guess you like

Origin blog.csdn.net/weixin_42110567/article/details/80619204