git clone或者上傳失敗

1、網速問題,配置最低速度和最低速度時間:   git config --global http.lowSpeedLimit 0   git config --global http.lowSpeedTime 999999 2、增大緩存(500m)   git config http.postBuffer 524288000 3、淺層克隆   git clone後加上--depth 1  4、克隆
相關文章
相關標籤/搜索