當創建一個本地回購,並試圖將其推到github
,有一個問題結束了:通過創建新的回購「git的遠程添加原產地」和「推」
ERROR: Repository not found. fatal: The remote end hung up unexpectedly
我的步驟標準 - 這是gitHub幫助建議的結果。
touch README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin [email protected]:MyUser/my-samples.git
git push -u origin master
然後:git push -u origin master
問:我怎麼能推新回購/支到github
?
只是澄清:我婉遠程從命令行創建 新的存儲庫 - 它並不在我的github上還不存在。
基本上我試圖在http://try.github.io/
順便說一句執行11th step。當我嘗試使用https://
而不是僅僅[email protected]:...
(遵循這些步驟)時,我最終得到了403錯誤。
如果我在github上使用"ssh://"
,adding my keys,我最終得到Repository not found error
。但是,測試SH-T [email protected]通過成功,
所以UPDATE:是我檢查了我的連接。
的'致命:遠程結束意外掛斷「錯誤頻繁發生,當你無法連接到遠程主機(在這種情況下,GitHub),所以這可能是你的問題。當你嘗試ping GitHub時會發生什麼? – 2014-03-13 03:32:39