美文网首页
git clone 遇到网速慢

git clone 遇到网速慢

作者: malgee | 来源:发表于2021-01-11 22:44 被阅读0次

    一般情况下 git clone 遇到网速很慢的问题,需要获取 git 服务器 IP 地址:

    $ nslookup github.com
    $ nslookup github.global.ssl.fastly.Net
    $ nslookup codeload.github.com
    

    写入 /private/etc/hosts 路径下的hosts文件里

    • 或者直接到 IPAddress.com 查询,得到它们对应的 IP 地址。

    相关文章

      网友评论

          本文标题:git clone 遇到网速慢

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