經常在github clone的小夥伴應該會發現clone的時候速度驚奇的慢
1、首先開啟www.ipaddress.com站點,在輸入框中輸入:github.global.ssl.fastly.net並回車
3、重複1-2步驟,獲取github.com對映ip並記錄
4、修改host檔案
windows下在c:/windows/system32/drivers/etc/hosts
ubuntu等linux系一般在/etc/hosts
開啟host檔案後新增如下內容(ip為剛才記錄的ip):
151.101.185.194 github.global.ssl.fastly.net
192.30.253.113 github.com
改完之後需要重新整理dns
windows(cmd):ipconfig /flushdns
ubuntu:sudo systemctl restart nscd
解決 GitHub clone 慢的問題
問題一 carthage update 報錯 curl 18 transfer closed with outstanding read data rema問題二pod install 報錯 analyzing dependencies cloning spec repo cocoapods fro...
解決github clone 慢的問題
1.用 git 內建 直接走系統中執行的 工具中轉,比如,你的 ss 本地埠是 1080 一般port均為1080 那麼可以如下方式走 git config global https.proxy socks5 2.git clone特別慢是因為github.global.ssl.fastly.net...
github clone 速度慢解決方法
遇到問題就是乙個幹,今天沒辦法,明天沒辦法,總會有辦法。之前也查過怎麼加速,但那會都是說改host,實際上沒效果,也該也是被殺了。今天分享兩個有效的方法,乙個要有梯子,乙個不用,不用的速度慢點。一 有梯子用這個 配置後實測速度 1.25 m s。當然這個速度和梯子快慢有關 二 沒梯子用這個 git ...