Cloning git repository Failure

安稳与你 提交于 2019-12-21 12:24:15

问题


When i try to clone following from repository:

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

i'm getting this error:

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. )

What's the problem?

another thing that my network use proxy and i have already set it:

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

回答1:


Try first with an https address, rather than the git one (which needs a special port)

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

The alternative can be complex (like ssh port forwarding)



来源:https://stackoverflow.com/questions/14631594/cloning-git-repository-failure

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!