【发布时间】:2019-02-18 12:49:06
【问题描述】:
当您运行 git push heroku master 时。它显示错误,如下所示。我认为 git 不允许代码推送。
【问题讨论】:
-
您的问题的解决方案在远程服务器的消息中:见devcenter.heroku.com/articles/buildpacks
标签: heroku deployment compiler-errors push heroku-cli
当您运行 git push heroku master 时。它显示错误,如下所示。我认为 git 不允许代码推送。
【问题讨论】:
标签: heroku deployment compiler-errors push heroku-cli
感谢您给我这个想法。它适用于
heroku buildpacks:set heroku/php
【讨论】:
也许你忘了
git add .
git commit -m "your message"
只有午餐
git push heroku master
【讨论】: