我已经使用 Webrick 在 Rails 2.2.2 中的本地 MAC MINI 机器上创建了一个应用程序,它可以工作
现在我想在 Heroku 上上传应用程序
$ heroku create myapponline --stack cedar
好的,在我检查我是否存在 heroku 上的应用程序之后
$ git远程-v
> heroku git@heroku.com:myapponline.git (fetch)
> heroku git@heroku.com:myapponline.git (push)
伟大的!
但是当我想上传应用程序时
$ git push heroku 大师
> Counting objects: 124, done. Delta compression using up to 4 threads.
> Compressing objects: 100% (110/110), done. Writing objects: 100%
> (124/124), 75.90 KiB, done. Total 124 (delta 21), reused 0 (delta 0)
>
> -----> Heroku receiving push ! Heroku push rejected, no Cedar-supported app detected
>
> To git@heroku.com:myapponline.git ! [remote rejected] master ->
> master (pre-receive hook declined) error: failed to push some refs to
> 'git@heroku.com:myapponline.git'
注意当我输入$ git status时,所有文件都在主分支中
先感谢您,
一个