第一次链接电脑并推送到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,但也许我做错了?
I am trying to connect to github for the first time.
I followed these instructions (as well as Rails 3.0): http://help.github.com/create-a-repo/
But I am getting these errors:
$ 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)
I set up the SSH, but maybe I did it wrong?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
检查您的用户名和存储库拼写是否正确(区分大小写)
可能相关:
错误:未找到存储库的消息按照 Jekyll-Bootstrap 的说明进行操作
Check if you spelled your username and repo correct (case sensitive)
May be related:
ERROR: Repository not found message given when following the instructions for Jekyll-Bootstrap