実現したいこと
Gitのリモートリポジトリよりソースをプルしたいのですがエラーとなって解決できないです。
どのように解決するのがただしいでしょうか?
発生している問題・分からないこと
ローカル環境とリモートリポジトリの内容が異なるため、マージできないと思われる
エラーメッセージ
error
1git -c diff.mnemonicprefix=false -c core.quotepath=false --no-optional-locks fetch --no-tags origin 2 3git -c diff.mnemonicprefix=false -c core.quotepath=false --no-optional-locks pull origin 4error: Your local changes to the following files would be overwritten by merge: 5 frontend/src/resources/i18n/ja/mm.js 6 frontend/src/resources/i18n/ja/support.js 7 frontend/src/views/mm/operationalStatus/detail/_pieces/selectParamsNew.vue 8 src/main/resources/templates/index.html 9Please commit your changes or stash them before you merge. 10 11 12 13Aborting 14Updating 3e122f1cb..57c16528d 15 16エラー終了しました。エラーの内容は上記をご覧ください。
該当のソースコード
特になし
試したこと・調べたこと
- teratailやGoogle等で検索した
- ソースコードを自分なりに変更した
- 知人に聞いた
- その他
上記の詳細・結果
コンフリクトしていると思われたがソースツリーでの解消方法がわからない
補足
特になし
> Please commit your changes or stash them before you merge.
と書いてある通りで、コミットするかスタッシュするかだと思うのですが、読んでますか?