其他分享
首页 > 其他分享> > git clone 中途停止不动

git clone 中途停止不动

作者:互联网

参考链接:https://blog.csdn.net/weixin_36965307/article/details/105046699

 

原因:可能是clone的文件太大。

解决:查看当前Postbuffer的数值

git config --list

设置合适的值

git config --global http.postBuffer 524288000

 

ok.

标签:git,clone,global,中途,csdn,postBuffer,config
来源: https://www.cnblogs.com/smart-zihan/p/12925429.html