エラーが発生しました。次の追跡されていない作業ツリー ファイルは、マージによって上書きされます。
2022-02-17 02:52:17
git pull を使用する際にエラーが発生しました。
error: Your local changes to the following files would be overwritten by merge:
grails-app/conf/BootStrap.groovy
grails-app/conf/Config.groovy
grails-app/controllers/com/capitalbiotech/bpms/ProductController.groovy
grails-app/controllers/com/capitalbiotech/bpms/ProjectController.groovy
grails-app/domain/com/capitalbiotech/bpms/Item.groovy
grails-app/domain/com/capitalbiotech/bpms/Price.groovy
grails-app/domain/com/capitalbiotech/bpms/Project.groovy
grails-app/i18n/messages_zh_CN.properties
grails-app/views/layouts/main.gsp
grails-app/views/project/_form.gsp
grails-app/views/project/create.gsp
grails-app/views/project/edit.gsp
grails-app/views/project/list.gsp
grails-app/views/project/mailcontent.gsp
Please, commit your changes or stash them before you can merge.
error: The following untracked working tree files would be overwritten by merge:
grails-app/conf/raw/perrorTypes
grails-app/domain/com/capitalbiotech/bpms/PerrorType.groovy
src/java/bpms/SaleManagerMap.java
web-app/css/bootstrap-treeview.min.css
web-app/css/bootstrap/CHANGELOG.md
web-app/css/bootstrap/Gruntfile.js
web-app/css/bootstrap/LICENSE
web-app/css/bootstrap/README.md
web-app/css/bootstrap/dist/css/bootstrap-theme.css
web-app/css/bootstrap/dist/css/bootstrap-theme.css.map
web-app/css/bootstrap/dist/css/bootstrap-theme.min.css
web-app/css/bootstrap/dist/css/bootstrap-theme.min.css.map
web-app/css/bootstrap/dist/css/bootstrap.css
web-app/css/bootstrap/dist/css/bootstrap.css.map
web-app/css/bootstrap/dist/css/bootstrap.min.css
web-app/css/bootstrap/dist/css/bootstrap.min.css.map
web-app/css/bootstrap/dist/fonts/glyphicons-halflings-regular.eot
web-app/css/bootstrap/dist/fonts/glyphicons-halflings-regular.svg
web-app/css/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf
web-app/css/bootstrap/dist/fonts/glyphicons-halflings-regular.woff
web-app/css/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2
web-app/css/bootstrap/dist/js/bootstrap.js
web-app/css/bootstrap/dist/js/bootstrap.min.js
web-app/css/bootstrap/dist/js/npm.js
web-app/css/bootstrap/fonts/glyphicons-halflings-regular.eot
web-app/css/bootstrap/fonts/glyphicons-halflings-regular.svg
web-app/css/bootstrap/fonts/glyphicons-halflings-regular.ttf
web-app/css/bootstrap/fonts/glyphicons-halflings-regular.woff
web-app/css/bootstrap/fonts/glyphicons-halflings-regular.woff2
web-app/css/bootstrap/grunt/.jshintrc
web-app/css/bootstrap/grunt/bs-commonjs-generator.js
web-app/css/bootstrap/grunt/bs-glyphicons-data-generator.js
web-app/css/bootstrap/grunt/bs-lessdoc-parser.js
web-app/css/bootstrap/grunt/bs-raw-files-generator.js
web-app/css/bootstrap/grunt/change-version.js
web-app/css/bootstrap/grunt/configBridge.json
web-app/css/bootstrap/grunt/npm-shrinkwrap.json
web-app/css/bootstrap/grunt/sauce_browsers.yml
web-app/css/bootstrap/js/affix.js
web-app/css/bootstrap/js/alert.js
web-app/css/bootstrap/js/button.js
web-app/css/bootstrap/js/carousel.js
web-app/css/bootstrap/js/collapse.js
web-app/css/bootstrap/js/dropdown.js
web-app/css/bootstrap/js/modal.js
web-app/css/bootstrap/js/popover.js
web-app/css/bootstrap/js/scrollspy.js
web-app/css/bootstrap/js/tab.js
web-app/css/bootstrap/js/tooltip.js
web-app/css/bootstrap/js/transition.js
web-app/css/bootstrap/less/alerts.less
web-app/css/bootstrap/less/badges.less
web-app/css/bootstrap/less/bootstrap.less
web-app/css/bootstrap/less/breadcrumbs.less
web-app/css/bootstrap/less/button-groups.less
web-app/css/bootstrap/less/buttons.less
web-app/css/bootstrap/less/carousel.less
web-app/css/bootstrap/less/close.less
web-app/css/bootstrap/less/code.less
web-app/css/bootstrap/less/component-animations.less
web-app/css/bootstrap/less/dropdowns.less
web-app/css/bootstrap/less/forms.less
web-app/css/bootstrap/less/glyphicons.less
web-app/css/bootstrap/less/grid.less
web-app/css/bootstrap/less/input-groups.less
web-app/css/bootstrap/less/jumbotron.less
web-app/css/bootstrap/less/labels.less
web-app/css/bootstrap/less/list-group.less
web-app/css/bootstrap/less/media.less
web-app/css/bootstrap/less/mixins.less
web-app/css/bootstrap/less/mixins/alerts.less
web-app/css/bootstrap/less/mixins/background-variant.less
web-app/css/bootstrap/less/mixins/border-radius.less
web-app/css/bootstrap/less/mixins/buttons.less
web-app/css/bootstrap/less/mixins/center-block.less
web-app/css/bootstrap/less/mixins/clearfix.less
web-app/css/bootstrap/less/mixins/forms.less
web-app/css/bootstrap/less/mixins/gradients.less
web-app/css/bootstrap/less/mixins/grid-framework.less
web-app/css/bootstrap/less/mixins/grid.less
web-app/css/bootstrap/less/mixins/hide-text.less
web-app/css/bootstrap/less/mixins/image.less
web-app/css/bootstrap/less/mixins/labels.less
web-app/css/bootstrap/less/mixins/list-group.less
web-app/css/bootstrap/less/mixins/nav-divider.less
web-app/css/bootstrap/less/bootstrap/
Aborting
使用される方法(ローカルデータの上書きを強制するため)。
git fetch origin
git clean -f
git reset --hard origin/master
関連
-
[解決済み] あなたのブランチは 'origin/master' より 3 コミット進んでいます。
-
[解決済み] git のコミットメッセージを終了するにはどうすればよいですか?VIM ではありません。" commit -m " コマンドを使用しました。
-
[解決済み] Git でローカルブランチをリモートブランチに完全に置き換えるには?
-
[解決済み] git rm - fatal: pathspec did not match any files.
-
[解決済み] このエラーメッセージは何を意味しているのか:fatal: unable to access 'https:URL': Peer's Certificate issuer is not recognized?
-
[解決済み] git push" でリモートファイルを強制的に上書きする
-
[解決済み] マージの競合を引き起こす git stash pop の取り消し
-
[解決済み] なぜgit branch --unset-upstream to fixupを呼び出すのですか?
-
[解決済み] git commit で "fatal: CRLF would be replaced by LF in" という致命的なエラーが発生する。
-
[解決済み] git cloneで500エラーが発生します。
最新
-
nginxです。[emerg] 0.0.0.0:80 への bind() に失敗しました (98: アドレスは既に使用中です)
-
htmlページでギリシャ文字を使うには
-
ピュアhtml+cssでの要素読み込み効果
-
純粋なhtml + cssで五輪を実現するサンプルコード
-
ナビゲーションバー・ドロップダウンメニューのHTML+CSSサンプルコード
-
タイピング効果を実現するピュアhtml+css
-
htmlの選択ボックスのプレースホルダー作成に関する質問
-
html css3 伸縮しない 画像表示効果
-
トップナビゲーションバーメニュー作成用HTML+CSS
-
html+css 実装 サイバーパンク風ボタン
おすすめ
-
[解決済み] 現在のブランチのトラッキング情報がありません。
-
[解決済み】ローカルにない作業がリモートに含まれているため、アップデートが拒否された
-
[解決済み] [Solved] 作業ツリーのディレクトリ 'example.com' を作成できませんでした。パーミッションが拒否されました
-
git commits with an error: 更新が拒否されました。現在のブランチの先端が、このブランチより後ろにあるためです。
-
[解決済み] 削除したファイルを復元する(`git clean -fdx`を元に戻す)ことはできますか?
-
[解決済み] Git の --no-verify オプション
-
[解決済み] 最後にpushされなかったgitコミットを、変更を失うことなくアンコミットする方法
-
[解決済み] Node.jsアプリのコンパイルに失敗し、プッシュが拒否された heroku
-
のエラーが発生しました。以下の追跡されていない作業ツリーファイルは、チェックアウトによって上書きされます。
-
リモートです。ユーザー名またはパスワードが無効です。致命的:......の認証に失敗しました。