0

我一直在开发一个 facebook 应用程序,现在我想更改所有文件,除了在尝试 git push heroku 时出现此错误:

C:\Users\amando96\deep-window-4782>git push heroku
Counting objects: 14, done.
Delta compression using up to 2 threads.
Compressing objects: 100% (10/10), done.
Writing objects: 100% (11/11), 2.78 KiB, done.
Total 11 (delta 2), reused 0 (delta 0)

-----> Heroku receiving push
 !     Heroku push rejected, no Cedar-supported app detected

To git@heroku.com:deep-window-4782.git
 ! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'git@heroku.com:deep-window-4782.git'

C:\Users\amando96\deep-window-4782>

而且它不会更新 git 存储库,因此应用程序也不会更新。

我错过了什么?

谢谢。

4

1 回答 1

0

我不确定为什么这以前可能对您有用 - 它不应该有。

对于在 Cedar 堆栈上托管静态网站的简单方法,使用他们的 PHP buildpack 获取 vanilla Apache 服务器,然后关闭 PHP 支持是一个很好的“技巧”。

http://kennethreitz.com/static-sites-on-heroku-cedar.html

于 2012-09-15T17:21:32.697 回答