0

configフォルダーはコミットされていますが、herokuには表示されません..表示すると、次のheroku run rake db:migrateエラーが表示されます:

Running rake db:migrate attached to terminal... up, run.1
rake aborted!
no such file to load -- /app/config/application

私はこのようにそれをテストしようとしました:

$ heroku run bash -a myapp
~ $ ls config
ls: cannot access config: No such file or directory 

configフォルダーがコミットされてプッシュされていると確信していますが、誰かが私を助けることができますか?

ここにgitステータスがあります:

# On branch master
# Changes to be committed:
#   (use "git reset HEAD <file>..." to unstage)
#
#   new file:   .gitignore~
#   modified:   .idea/workspace.xml
#
# Changes not staged for commit:
#   (use "git add <file>..." to update what will be committed)
#   (use "git checkout -- <file>..." to discard changes in working directory)
#
#   modified:   .idea/workspace.xml
4

2 に答える 2

0

見つからないapplication.rbファイルではありませんか? 試すことができますか:

$ heroku run bash -a myapp
~ $ ls -al /app/config
于 2012-05-04T08:43:14.693 に答える
0

リモートの heroku リポジトリに別の git push を強制します。今日、Heroku で git push エラーが発生しました。http://status.heroku.comを参照してください

于 2012-05-04T06:07:52.477 に答える