美文网首页Flutter学习
完美解决github访问速度慢

完美解决github访问速度慢

作者: 三也视界 | 来源:发表于2020-06-07 17:27 被阅读0次

    1. 修改本地hosts文件

    windows系统的hosts文件的位置如下:C:\Windows\System32\drivers\etc\hosts
    mac/linux系统的hosts文件的位置如下:/etc/hosts
    

    2. 增加http://github.global.ssl.fastly.nethttp://github.com的映射

    获取Github相关网站的ip
    访问https://www.ipaddress.com,拉下来,找到页面中下方的“IP Address Tools – Quick Links”
    分别输入github.global.ssl.fastly.net和github.com,查询ip地址
    下面是我的配置
    140.82.114.4    github.com
    199.232.5.194   github.global.ssl.fastly.net
    

    3.命令提示符中输入ping github.com

    image

    <figcaption style="margin-top: 0.66667em; padding: 0px 1em; font-size: 0.9em; line-height: 1.5; text-align: center; color: rgb(153, 153, 153);">配置前</figcaption>

    image

    <figcaption style="margin-top: 0.66667em; padding: 0px 1em; font-size: 0.9em; line-height: 1.5; text-align: center; color: rgb(153, 153, 153);">配置后</figcaption>

    再次访问流量器https://github.com/,秒出

    image

    相关文章

      网友评论

        本文标题:完美解决github访问速度慢

        本文链接:https://www.haomeiwen.com/subject/plrftktx.html