第一次链接电脑并推送到github

发布于 2025-01-07 12:37:32 字数 1263 浏览 1 评论 0原文

我第一次尝试连接 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

凯凯我们等你回来 2025-01-14 12:37:32

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

可能相关:
错误:未找到存储库的消息按照 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文