我創建一個Rails應用程序使用Rails 3.1.3:Heroku的推拒絕,沒有雪松支持的應用程序檢測
git init
git remote add heroku <my heroku repo>
git add .
git commit -a -m "First commit"
git push heroku master
了:
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 [email protected]:electric-dusk-3217.git
! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to <my heroku rep>
您是否嘗試過運行'heroku create [appname]'? – whirlwin
我在雪松堆疊上創建了應用程序:heroku create --stack cedar – WHITECOLOR
這個錯誤實際上是什麼意思? – Himmators