Git克隆过程因curl 56错误而失败 [英] Git cloning process failes with curl 56 error

查看:491
本文介绍了Git克隆过程因curl 56错误而失败的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我尝试从 TFS 克隆存储库时,出现以下错误:

When I try to clone the repository from TFS, I ended up with the below error :


Cloning into 'Repo'...
error: RPC failed; curl 56 Illegal or missing hexadecimal sequence in chunked-encoding
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed


通过增加缓冲区大小尝试了许多解决方案,但没有一个对我有用。

Tried many solutions by increasing buffer size but none of them worked for me.

推荐答案

在提交/推送和在进行git clone时,远程端意外挂起,通过使用诸如

I had the same problem while commiting/pushing and The remote end hung up unexpectedly while git cloning helped by raising the buffer with a command like

git config --global http.postBuffer 524288000

这篇关于Git克隆过程因curl 56错误而失败的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆