我支持不允许使用git://的代理。所以我需要使用git over http结账。为此,我已经使用
在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
你能帮我吗?
答案 0 :(得分:-1)
我发现问题出在KDE git托管上,只有部分HTTP支持。
答案 1 :(得分:-1)
重新安装git解决了我遇到同样问题的问题