【发布时间】:2014-05-09 17:26:31
【问题描述】:
尝试在 Windows 7 中将我的应用部署到 heroku。我尝试过:
见Rails 3.2: Heroku push rejected, no Cedar-supported app detected
rm -rf .git
git init
git add .
git commit -am "Reinitialize"
heroku create --stack cedar
git push heroku master
最后一步对我不起作用?:
push rejected, no Cedar-supported app detected
【问题讨论】: