2012-02-19 1 views
-1

githubに初めて接続しようとしています。コンピュータをリンクしてgithubに初めてプッシュ

私は、これらの命令(だけでなく、Railsの3.0)に続く:http://help.github.com/create-a-repo/

しかし、私はこれらのエラーを取得しています:

$ git remote add origin [email protected]: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 [email protected]:rubikcubes/ticketee.git (fetch) 
origin [email protected]:rubikcubes/ticketee.git (push) 

私はSSHを設定し、多分私はそれが間違っていましたか?

+0

あなたはステップ1、「新しいレポを作成」をやりましたか? –

+0

@MatthewFlaschen https://github.com/rubikcubesは5時間前に作成されたレポとして 'ticketee'をリストしています。 –

+0

sshよりもHTTPSプロトコルが推奨されています。 – CharlesB

答えて