git clone 下載速度慢的解決方法

git clone 下載速度慢的解決方法

  1. https://www.ipaddress.com 查找 http://github.comhttp://global-ssl.fastly.Net 對應的IP地址,例如:
    1. 192.30.253.112 對應的 http://github.com
    2. 151.101.185.194 對應的 github.global.ssl.fastly.net

Mac下:

  1. 打開/etc/hosts,拷貝出該hosts文件;
  2. 將下列內容加入到拷貝出的hosts文件中:git

    192.30.253.112 github.com
    151.101.185.194 github.global.ssl.fastly.net
    151.101.184.249 global-ssl.fastly.net
    185.199.111.153 assets-cdn.github.com
  3. 用拷貝出的文件替換hosts文件;
  4. 刷新DNS緩存:sudo dscacheutil -flushcachegithub

Windows下:

  1. 用記事本打開hosts文件(路徑在:C:\Windows\System32\drivers\etc\hosts)
  2. 將下列內容加入到拷貝出的hosts文件中:windows

    192.30.253.112 github.com
    151.101.185.194 github.global.ssl.fastly.net
    151.101.184.249 global-ssl.fastly.net
    185.199.111.153 assets-cdn.github.com
  3. 刷新DNS緩存:ipconfig /flushdns緩存

相關文章
相關標籤/搜索