以下のサイトをしてherokuにデプロイを実行を試みました。
https://qiita.com/mxsha/items/906b84af4f2b535eea01
しかし、git push heroku masterを押すと以下のようなエラーが表示されます。
remote: Tasks: TOP => assets:precompile remote: (See full trace by running task with --trace) remote: 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 aaa. remote: To https://git.heroku.com/aaa.git ! [remote rejected] master -> master (pre-receive hook declined) error: failed to push some refs to 'https:/git.heroku.com/aaa.git'
エラーは以下のものになります。
remote: !
remote: ! Precompiling assets failed.
remote: !
To https://git.heroku.com/aaa.git
! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'https:/git.heroku.com/aaa.git'
原因が調べてもバージョンやコマンドが違う?のかだとは考えましたが、中々、原因が掴めていません。原因わかる方いませんか?
<追記>
remote: Tasks: TOP => assets:precompile remote: (See full trace by running task with --trace) remote: 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 aaa. remote: To https://git.heroku.com/aaa.git ! [remote rejected] master -> master (pre-receive hook declined) error: failed to push some refs to 'https://git.heroku.com/aaa.git'
あなたの回答
tips
プレビュー