Я пытаюсь подключиться к github в первый раз.
Я следовал этим инструкциям (а также Rails 3.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, но, возможно, я сделал это неправильно?