0
点赞
收藏
分享

微信扫一扫

软件1班20240607

眼君 2024-06-08 阅读 3
gitbug

问题在这里插入图片描述
解决
参考:git clone报错 过早结束问题解决方法

git config --global http.lowSpeedLimit 0
git config --global http.lowSpeedTime 999999
git config --global http.postBuffer 10024288000
git config --list

在这里插入图片描述

举报

相关推荐

0 条评论