【发布时间】:2017-01-17 23:46:14
【问题描述】:
做了一些研究,但当我尝试git push heroku master. 时无法弄清楚是什么导致了拒绝
这是我的 git 仓库:https://github.com/leonahu/IMGfeed 这是拒绝的详细信息:
remote: Tasks: TOP => environment
remote: (See full trace by running task with --trace)
remote: !
remote: ! Precompiling assets failed.
remote: !
remote: ! Push rejected, failed to compile Ruby app.
remote:
remote: ! Push failed
remote: Verifying deploy...
remote:
remote: ! Push rejected to feedimg.
remote:
【问题讨论】:
-
config.assets.initialize_on_precompile = false- 你添加到config/application.rb了吗? -
@dkp。其实我有。
标签: ruby-on-rails git heroku paperclip