【发布时间】:2014-04-22 00:40:32
【问题描述】:
我已经浏览了几乎所有与此拒绝有关的问题。我最接近我的解决方案的是This。
但是,不同之处在于我确实正确拼写了 Gemfile,以便 Heroku 了解我的项目类型。
这就是我的情况,我正在尝试将我的 rails 项目推送到 heroku,我的所有文件都正常并且在本地运行良好。但是,我已经在 Github 上有了。在this instruction 之后,我将代码推送到heroku。然后它给了我这个:
Initializing repository, done.
Counting objects: 3, done.
Writing objects: 100% (3/3), 228 bytes | 0 bytes/s, done.
Total 3 (delta 0), reused 3 (delta 0)
! Push rejected, no Cedar-supported app detected
To git@heroku.com:arcane-chamber-1013.git
! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'git@heroku.com:arcane-chamber-1013.git'
有没有人遇到过同样类型的问题?你能帮忙吗?
非常感谢!
【问题讨论】:
标签: ruby-on-rails ruby git heroku