如何调试失败的github提交?

时间:2011-06-29 08:47:29

标签: git github dvcs

我是git和github的新手。我第一次提交我的项目失败了。我可能做了些蠢事。

我欢迎任何人指出我可能正在做的愚蠢的事情,但更有价值的问题是:我怎样才能知道这里发生了什么?

$ git remote add origin git@github.com:andy-twosticks/flungle.git

$ git push origin master
Enter passphrase for key '/home/andy/.ssh/id_rsa': 
ERROR: andy-twosticks/flungle.git doesn't exist. Did you enter it correctly?
fatal: The remote end hung up unexpectedly

$ git remote add origin git@github.com:andy-twosticks/Flungle.git
fatal: remote origin already exists.

$ git push origin master
Enter passphrase for key '/home/andy/.ssh/id_rsa': 
ERROR: andy-twosticks/flungle.git doesn't exist. Did you enter it correctly?
fatal: The remote end hung up unexpectedly

0 个答案:

没有答案
相关问题