Docker環境で、Railsでアプリを作成中
別ブランチに切り替えて、変更をコミットしようとしたらエラーが発生し困っております。。
git status modified が消えないを拝見させていただきましたが、
開発用と本番用DBは両方PostgreSQLにしています。
発生している問題・エラーメッセージ
git
1$ git commit -m "コミットメッセージ" 2 4 files changed, 0 insertions(+), 0 deletions(-) 3 rewrite .postgres/pg_stat_tmp/global.stat (67%)
git
1$ git status 2Your branch is up to date with 'origin/modeling-recruitment'. 3 4Changes not staged for commit: 5 (use "git add <file>..." to update what will be committed) 6 (use "git restore <file>..." to discard changes in working directory) 7 modified: .postgres/pg_stat_tmp/db_0.stat 8 modified: .postgres/pg_stat_tmp/db_12994.stat 9 modified: .postgres/pg_stat_tmp/db_16384.stat 10 modified: .postgres/pg_stat_tmp/global.stat 11 12no changes added to commit (use "git add" and/or "git commit -a") 13
git logには
(HEAD -> modeling-recruitment, origin/modeling-recruitment)
上記の記載があります。
試したこと
git addでmodifiedのファイルをcommit、pushしても
その後statusを見ると再度、上記のmodifiedが出てきてしまいます。。
作業ブランチではpushまでできています。
PostgrSQL周りエラーだと思うのですが、
解決策分かる方がいらっしゃいましたら、
ご教授お願いできませんでしょうか。
回答1件
あなたの回答
tips
プレビュー