我在一个不允许使用git://的代理后面。所以我需要在http上使用git结账。为此,我已经在git中设置了代理,
git config --global http.proxy http://172.30.0.16:3128然而,我只能克隆几个代码库,而在其他代码库上,我得到了一个错误。例如:
git clone http://github.com/jcnetdev/yubnub.git工作得非常好,而
https://github.com/ferhatelmas/InterviewStreet.git这将返回以下错误
Cloning into InterviewStreet...
warning: remote HEAD refers to nonexistent ref, unable to checkout.在运行git clone http://anongit.kde.org/calligra时,我得到以下错误
Cloning into calligra...
error: The requested URL returned error: 502 while accessing http://anongit.kde.org/calligra/info/refs你能帮帮我吗。
发布于 2012-03-23 20:36:51
我发现问题出在KDE git主机上,它只有部分HTTP支持。
发布于 2012-12-01 05:15:57
重新安装git为我解决了同样的问题。
https://stackoverflow.com/questions/9204244
复制相似问题