解决办法:
1 提高缓存
git config http.postBuffer 524288000
2 设置网速下限
git config --global http.lowSpeedLimit 0
git config --global http.lowSpeedTime 999999
3 只拉取最近提交的分支
git clone --depth=1 http://gitlab.xxx.cn/yyy/zzz.git
git fetch --unshallow
链接.
GIT拉取代码失败
最新推荐文章于 2025-03-20 11:31:19 发布