网址访问过慢

解决github访问下载速度慢,vue官网访问速度慢。
原创 My_Bells 最后发布于2019-01-31 11:07:32 阅读数 1643 收藏
展开

1.在浏览器中打开ping检测网站 http://ping.chinaz.com/
2.输入github网站地址 github.com
3.找出ping速度最快的ip
4.接着我们打开本地电脑的C:WindowsSystem32driversetc目录,找到hosts文件
5.在末尾添加 ip github.com (例如:192.30.253.113 github.com)

我这最优
192.30.253.113 github.com
151.101.0.133 assets-cdn.github.com
151.101.193.194 github.global.ssl.fastly.net

192.30.253.118 gist.github.com

206.189.73.52 cn.vuejs.org

------------------------------------------------------------

185.31.17.184  github.global.ssl.fastly.net
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
104.248.78.24 cn.vuejs.org
104.248.78.24 router.vuejs.org
104.248.78.24 vuex.vuejs.org

ipconfig /flushdns

原文地址:https://www.cnblogs.com/jentary/p/12794335.html