gpt4 book ai didi

找不到 GitHub 错误存储库

转载 作者:太空狗 更新时间:2023-10-29 14:48:38 25 4
gpt4 key购买 nike

尝试将 Rails 教程的空白示例应用程序添加到 GitHub,但出现此错误(显然很常见,但我在其他帖子中搜索了解决方案,但找不到适合我的解决方案)。

ERROR: Repository not found.
fatal: The remote end hung up unexpectedly

当我尝试 Rails 教程建议的内容时,我都遇到了错误:

$ git remote add origin git@github.com:<username>/sample_app.git
$ git push -u origin master

然后是与我创建的 github 存储库非常相似的提示:

$ git remote add origin https://github.com/<username>/sample_app.git
$ git push -u origin master

我一直在 sample_app 目录中并在提交后执行此操作:

$ git commit -a -m "Improve the README" 
(which is the last change I made and the only one before trying to push it to github)

帮忙吗?

最佳答案

您需要create the repository首先在 GitHub 上,然后再尝试推送到它。如果你无法让推送工作,请尝试:

  1. 创建存储库。
  2. 从 GitHub 克隆新存储库。
  3. 在本地提交您的更改,然后推送。

克隆将正确设置您的 Remote ,因此这通常是一种更简单的方法。

关于找不到 GitHub 错误存储库,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11057828/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com