在我运行Ubuntu的临时服务器上,我执行git pull,我一直得到:
error: RPC Failed; result=6,HTTP code = 0
fatal: The remote end hung up unexpectedly
我通过设置增加了Git的HTTP缓冲区.
git config –global http.postBuffer 2M
再做git pull,仍然得到同样的错误.
我如何解决这个问题,以便再次执行我的git pull?
这可能意味着无法解析主机(例如,可以通过ping它来检查)或者没有安装curl(apt-get install curl或yum install curl)
原文链接:https://www.f2er.com/linux/394190.html