首次链接计算机并推送至github



我第一次尝试连接到github。

我遵循了以下说明(以及Rails3.0):http://help.github.com/create-a-repo/

但我得到了这些错误:

$ git remote add origin git@github.com:rubikcubes/ticketee.git
$ git push origin master -u
The authenticity of host 'github.com (207.97.227.239)' can't be established.
RSA key fingerprint is ##:##:ac:a5:76:28:2d:36:63:1b:56:4d:eb:df:a6:48.
Are you sure you want to continue connecting (yes/no)? y
Please type 'yes' or 'no': yes
Warning: Permanently added 'github.com,207.97.---.---' (RSA) to the list of known hosts.
Identity added: /Users/name/.ssh/id_rsa (/Users/name/.ssh/id_rsa)
ERROR: Repository not found.
fatal: The remote end hung up unexpectedly
$ git remote -v
origin  git@github.com:rubikcubes/ticketee.git (fetch)
origin  git@github.com:rubikcubes/ticketee.git (push)

我设置了SSH,但也许我做错了?

检查您的用户名和repo拼写是否正确(区分大小写)

可能与以下内容有关:错误:按照Jekyll Bootstrap 的说明操作时,存储库未找到给出的消息

最新更新