git clone failed报错 4069 bytes of body are still expected

clone 时提示clone failed

异常信息如下:

4:07 下午    Clone failed
                4069 bytes of body are still expected
                fetch-pack: unexpected disconnect while reading sideband packet
                early EOF
                fetch-pack: invalid index-pack output
                Show details in console

解决方案:

修改git 的缓存

git config --global http.postBuffer 1024M

注:具体值根据实际下载包大小设置

上一篇:ELK系列(三)、ElasticSearch集群安装并开启x-pack权限认证


下一篇:Python GUI tkinter库 自学19