zoukankan      html  css  js  c++  java
  • 网址访问过慢

    解决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

  • 相关阅读:
    [转]利用docker进行java开发小demo
    markdown简介及语法
    Thinking in Java 之classpath理解
    docker官方windows安装
    Thinking in Java笔记之类及对象的初始化
    开发工具之play framework
    图解phpstorm常用快捷键
    Git相关
    Yii 1.1 cookie删不掉
    ajax跨域,这应该是最全的解决方案了
  • 原文地址:https://www.cnblogs.com/jentary/p/12794335.html
Copyright © 2011-2022 走看看