2013-10-02 57 views
0

我無法克隆與子模塊的git存儲庫。解決與git克隆的網絡問題 - 遞歸

$ git的克隆--recursive https://www.github.com/lagadic/visp_auto_tracker.git

克隆到 'visp_auto_tracker' ...
遠程:計數目標:275,完成。
remote:壓縮對象:100%(222/222),完成。
遠程:總共275(delta 154),重用157(delta 42)
接收對象:100%(275/275),44.52 KiB,完成。
解決三角洲:100%(154/154),完成。
子模塊 'flashcode_mbt'(GIT://github.com/lagadic/flashcode_mbt.git)爲路徑 'flashcode_mbt'
克隆到 'flashcode_mbt' ......註冊
致命的:無法連接到github.com:
github.com [0:192.30.252.131]:errno =連接超時

將'git://github.com/lagadic/flashcode_mbt.git'克隆到子模塊路徑'flashcode_mbt'失敗。

這發生在UbuntuLTS12.04 git版本1.7.9.5以及Fedora17 git 1.7.11.7版本上。

這似乎確實是一個網絡問題。因爲我要求不同網絡上的其他用戶這樣做,並且它工作正常。你們中的任何人都面臨類似的問題?謝謝你的幫助。

回答

0

很可能需要在/ TCP了打開端口9418爲TCP

您可能還需要使用git config --global user.name <your_name>如果您還沒有設置您的全局用戶。

+0

確實是9418。很可能它與用戶名無關 – hAcKnRoCk