赞
踩
1.使用管理员权限打开hosts文件
sudo vim /etc/hosts
2.在该文件末尾空一行填入
error: RPC failed; curl 18 transfer closed with outstanding read data remaining
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
如果项目比较复杂庞大,检出会出现这个错误,就是因为curl的postBuffer默认值太小的原因,重新在终端配置一下这个值就可以:
git config --global http.postBuffer 524288000 (这个值是kb 500M,根据具体项目大小修改)
然后检查一下是否配置成功:
git config --list
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。