GitHub错误:未找到存储库。致命:远程端意外挂断

时间:2012-06-05 21:06:37

标签: ruby-on-rails git github terminal

我正在尝试跟随Michael Hartl的Ruby on Rails教程http://ruby.railstutorial.org/chapters/beginning#fnref:1.16,但我遇到了一个错误。我注册了GitHub并发布了一个新的SSH密钥并创建了一个新的存储库。但是当我尝试将我的存储库推送到GitHub时,我收到以下错误:

ERROR: Repository not found.
fatal: The remote end hung up unexpectedly

有什么想法吗?

以下是我在终端中输入的一些命令:

Parkers-MacBook-Pro:.ssh ppreyer$ git remote add origin git@github.com:ppreyer/first_app.git
Parkers-MacBook-Pro:.ssh ppreyer$ git push -u origin master
ERROR: Repository not found.
fatal: The remote end hung up unexpectedly – ppreyer 6 mins ago

以下是git remote -v显示的内容:

Parkers-MacBook-Pro:.ssh ppreyer$ git remote -v
github    git@github.com:ppreyer/first_app.git (fetch)
github    git@github.com:ppreyer/first_app.git (push)
origin    git@github.com:ppreyer/first_app.git (fetch)
origin    git@github.com:ppreyer/first_app.git (push)

1 个答案:

答案 0 :(得分:1)

您的存储库被调用" MyFirstRailsApp"但似乎你已经删除了它。这是导致错误的原因。