标签: git
我使用Curl 7.21.3在CentOS 5.5上建立了Git Server。它在CentOS上工作正常(拉,推好)。
但是当从Windows推出git时,我总是遇到错误:
错误:无法访问网址http://myserver/repo/,返回代码56 致命:git-http-push失败
“返回代码56”是什么意思?如何解决?
答案 0 :(得分:0)
code 56是CURLcode。
code 56
CURLE_RECV_ERROR(56) 接收网络数据失败。