gpt4 book ai didi

Heroku 推送拒绝,未检测到 Cedar 支持的应用程序

转载 作者:行者123 更新时间:2023-12-02 06:19:19 29 4
gpt4 key购买 nike

我有这个常见的 heroku 错误 ! Heroku 推送被拒绝,未检测到 Cedar 支持的应用程序
尝试在以下执行后推送:

git init
git add .
git commit -a -m "First commit"
heroku create
git push heroku master

我已经看到很多Ruby on Rails 项目特有的错误,我只想推送一个 PHP 项目,现在我只是想推送一个简单的 index.html 文件

我也试过

git init
git add .
git commit -a -m "First commit"
heroku create --stack cedar
git push heroku master

但我遇到了同样的问题......我错过了什么?

最佳答案

尝试将其重命名为 index.php,这会将其检测为 PHP 应用程序。

关于Heroku 推送拒绝,未检测到 Cedar 支持的应用程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15499242/

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