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、克隆
相关文章
相关标签/搜索