天天看點

解決Git 克隆代碼 The remote end hung up unexpectedly錯誤

從GitHub上克隆一個項目一直不成功!猜想可能是檔案太大逾時或者網絡太慢逾時!

解決Git 克隆代碼 The remote end hung up unexpectedly錯誤

解決方案:

配置

git config --global http.lowSpeedLimit 0
git config --global http.lowSpeedTime 999999      

增加最低速時間,but,還是不行!

公司網絡太不穩定了!

解決Git 克隆代碼 The remote end hung up unexpectedly錯誤

 繼續修改

2、httpBuffer加大    

git config --global http.postBuffer 524288000

3、壓縮配置

git config --global core.compression -1    

Top

收藏

關注

評論

git
上一篇: HashTable
下一篇: HashTable