git clone的时候返回错误信息:
early EOF The remote end hung up unexpectedly index-pack failed RPC failed; curl 56 SSL read: error:00000000:lib(0):func(0):reason(0), errno 10054
解决:
需要配置参数:
$:git config --global --add core.compression -1
git clone的时候返回错误信息:
early EOF The remote end hung up unexpectedly index-pack failed RPC failed; curl 56 SSL read: error:00000000:lib(0):func(0):reason(0), errno 10054
解决:
需要配置参数:
$:git config --global --add core.compression -1