我已經成立了git的在我的Ubuntu 12.04 LTS,但每當我試圖文件推到我的遠程存儲庫(git push -u origin master
),我收到以下錯誤 -無法文件推到我的github倉庫
ssh: connect to host github.com port 22: Connection timed out
fatal: The remote end hung up unexpectedly
這是什麼意思?以及我如何解決它?
我使用以下各項
sudo apt-get install git
我的本地庫是這裏 -
/media/48B9-FD83/foobar
它不是在主目錄,它是一個安裝驅動器(安裝的Git那是一個問題?)。
我在該目錄中初始化git,並按照給定的步驟here - GitHub's official tutorial。
當推送文件時,我得到了上述的ssh
和fatal
錯誤。
我該如何解決這個問題?
'git remote -v'輸出是什麼? – Amber 2013-04-11 05:39:58
@Amber'原產地[email protected]:用戶名/ foobar(提取)' '原產地\t [email protected]:用戶名/ foobar(推)' – ShuklaSannidhya 2013-04-11 05:42:55
您是否正確配置了您的ssh密鑰?您開始使用https可能會更容易。請參閱https://help.github.com/articles/set-up-git#platform-linux。 – 2013-04-11 05:46:29