克隆git存储库失败

Mos*_*osi 6 git url git-clone

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

git clone git://gitorious.org/qt/qt5.git qt5
Run Code Online (Sandbox Code Playgroud)

我收到这个错误:

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. )
Run Code Online (Sandbox Code Playgroud)

有什么问题?

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

 git config --global http.proxy http://192.168.0.7:8080
Run Code Online (Sandbox Code Playgroud)

Von*_*onC 8

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

https://git.gitorious.org/qt/qt5.git
Run Code Online (Sandbox Code Playgroud)

替代方案可能很复杂(如ssh端口转发)