gpt4 book ai didi

git - 部署游戏!到 heroku

转载 作者:太空狗 更新时间:2023-10-29 14:28:31 26 4
gpt4 key购买 nike

我正在关注 this关于如何部署我的游戏的教程!应用程序到 heroku。我以前没有使用过 git、foreman 或 heroku。当我到达说要进入的部分时

gem install foreman
foreman start

我比较迷茫。首先,gem 不是公认的命令,我也不知道它是什么。我有一个 heroku 在 Program Files 中为我安装的 Foreman 目录。 Foreman 在这里有什么必要?它运行我在本教程前面创建的 Procfile 吗?

此外,如果我只是跳过本教程的这一部分并继续,当我到达 git push 时,当我输入命令时:

git push heroku master

我收到错误消息:

fatal: 'heroku' does not appear to be a git repository
fatal: The remote end hung up unexpectedly

我直到今天才接触过 git,所以我不熟悉这个命令到底想做什么。它失败是因为我跳过了前面的步骤吗?

最佳答案

该错误意味着您没有名为“heroku”的 git remote。当您键入 heroku create -s cedar 时,一个名为“heroku”的 git Remote 会添加到您的 .git/config 文件。如果您在没有先创建 git 存储库的情况下创建应用程序,则不会创建远程;它只会显示在命令行上。如果您知道应用程序的名称,则可以使用 git remote add heroku git@heroku.com:appname.git 添加 git remote。否则,您可以创建一个新应用,或运行 heroku apps 并找出应用名称。

此外,关于工头,Heroku 工具带安装了您应该需要的所有 heroku 相关工具(git 除外): http://toolbelt.heroku.com/

关于git - 部署游戏!到 heroku,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8966029/

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