所以,我遇到了更多與heroku和這個rails教程有關的問題。我正在製作的rails教程讓我開發了一個超級基本的應用程序。然後他們讓我創建了一個桶賬戶。在此之後,他們讓我創建一個Heroku帳戶。現在他們要求我將我的原始大師推送到我的heroku主機。當我這樣做時,我得到這個錯誤消息,我無法弄清楚。任何人有任何提示,我可以如何解決這個問題?非常感謝!Heroku錯誤消息沒有檢測到Cedar支持的應用程序
[email protected]:~/work-space$ git push heroku master
Counting objects: 66, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (55/55), done.
Writing objects: 100% (66/66), 16.39 KiB | 0 bytes/s, done.
Total 66 (delta 2), reused 0 (delta 0)
remote: Compressing source files... done.
remote: Building source:
remote: ! Push rejected, no Cedar-supported app detected
remote: HINT: This occurs when Heroku cannot detect the buildpack
remote: to use for this application automatically.
remote: See https://devcenter.heroku.com/articles/buildpacks
remote: Building source:
remote:
remote:
remote: ! Push rejected, no Cedar-supported app detected
remote: HINT: This occurs when Heroku cannot detect the buildpack
remote: to use for this application automatically.
remote: See https://devcenter.heroku.com/articles/buildpacks
remote:
remote: Verifying deploy....
remote:
remote: ! Push rejected to safe-badlands-5004.
remote:
To https://git.heroku.com/safe-badlands-5004.git
! [remote rejected] master -> master (pre-receive hook declined)
你需要在你的項目文件夾中。 –