7

リポジトリから次のクローンを作成しようとすると:

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

どうしたの?

私のネットワークがプロキシを使用していて、すでに設定しているもう1つのこと:

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

1 に答える 1

8

最初に git アドレス (特別なポートが必要) ではなく、https アドレスで試してください。

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

代替手段は複雑になる可能性があります(sshポート転送など)

于 2013-01-31T21:28:20.287 に答える