簡體   English   中英

克隆git存儲庫失敗

[英]Cloning git repository Failure

當我嘗試從存儲庫克隆以下內容時:

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

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

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

替代方案可能很復雜(如ssh端口轉發

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM