2012-02-19 41 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中,“创建一个新的回购”? – 2012-02-19 06:38:46

+0

@MatthewFlaschen https://github.com/rubikcubes列出'ticketee'作为五小时前创建的回购。 – 2012-02-19 08:10:28

+0

请注意,推荐使用HTTPS协议而不是ssh – CharlesB 2013-01-20 10:51:26

回答