git commitができなくなりました。
Ruby on Railsでアプリケーション作成しており、Herokuへのデプロイを試みたところ以下のようなエラーが出ました
$ git commit -m "first commit" On branch master Changes not staged for commit: modified: vendor/bundle/bundler/gems/refile-46b4178654e6 (modified content) no changes added to commit
** modified: vendor/bundle/bundler/gems/refile-46b4178654e6 (modified content)**
を解消したいのですのですが、調べても解決方法がわからず、ご教示いただけると幸いです。
個人でアプリケーションを作成することに挑戦していて、最後のこのデプロイが終われば完成するところで、、本当に本当にお願いします。
ちなみにgit statusの実行結果は以下です
On branch master 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) (commit or discard the untracked or modified content in submodules) modified: vendor/bundle/bundler/gems/refile-46b4178654e6 (modified content) no changes added to commit (use "git add" and/or "git commit -a")
よろしくお願い致します
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2019/10/31 17:43
2019/10/31 17:54
2019/10/31 18:00
2019/10/31 18:06
2019/10/31 20:12