相关疑难解决方法(0)

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

我正在使用Rails 3.1.3创建一个Rails应用程序:

git init
git remote add heroku <my heroku repo>
git add .
git commit -a -m "First commit"
git push heroku master
Run Code Online (Sandbox Code Playgroud)

拿到:

Counting objects: 102, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (86/86), done.
Writing objects: 100% (102/102), 315.47 KiB, done.
Total 102 (delta 3), reused 0 (delta 0)

**-----> Heroku receiving push
 !     Heroku push rejected, no Cedar-supported app detected**

To git@heroku.com:electric-dusk-3217.git
 ! [remote rejected] master -> master (pre-receive hook declined)
error: …
Run Code Online (Sandbox Code Playgroud)

ruby-on-rails heroku ruby-on-rails-3

110
推荐指数
7
解决办法
8万
查看次数

标签 统计

heroku ×1

ruby-on-rails ×1

ruby-on-rails-3 ×1