克隆git存储库失败

时间:2013-01-31 17:25:32

标签: git github

当我尝试从存储库克隆以下内容时:

git clone git://gitorious.org/qt/qt5.git qt5

我收到了这个错误:

fatal: Unable to look up gitorious.org (port 9418) (This is usually a temporary error         during hostname resolution and means that the local server did not receive a response from an authoritative server. )

有什么问题?

我的网络使用代理的另一件事我已经设置了它:

 git config --global http.proxy http://192.168.0.7:8080

1 个答案:

答案 0 :(得分:8)

首先使用https地址,而不是git one(需要特殊端口)

https://git.gitorious.org/qt/qt5.git

替代方案可能很复杂(如ssh port forwarding