【发布时间】:2015-09-28 14:26:42
【问题描述】:
所以,我在使用 heroku 和这个 rails 教程时遇到了更多问题。我正在制作的 Rails 教程让我开发了一个超级基本的应用程序。然后他们让我创建了一个比特桶帐户。在此之后,他们让我创建了一个 Heroku 帐户。现在他们要求我将我的 origin master 推送到我的 heroku 主机。当我这样做时,我收到此错误消息,我无法弄清楚。有人对我如何解决这个问题有任何提示吗?提前非常感谢!
alopex@alopex-TH55-HD:~/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)
【问题讨论】:
-
你需要在你的项目文件夹中。