前提・実現したいこと
git commit
しようとしたらコンフリクトが発生してしまいました。
どうしたらいいかわからないまま、書き込んだデータが消える覚悟で、一旦ブランチを切り替え、再びmasterブランチに戻し、最新状態をとってこようとしました。しかしコンフリクトが解消するわけもなく手詰まりになってしまいました。
初歩的すぎる質問で大変恐縮ですが、ご回答頂けますと幸いです。
発生している問題・エラーメッセージ
ターミナル
book-app git:(master) ✗ git add . ➜ book-app git:(master) ✗ git commit [master 2651159] header部分の装飾 4 files changed, 17 insertions(+), 8 deletions(-) ➜ book-app git:(master) git push origin master To https://github.com/nana399/BookShare-app.git ! [rejected] master -> master (fetch first) error: failed to push some refs to 'https://github.com/nana399/BookShare-app.git' hint: Updates were rejected because the remote contains work that you do hint: not have locally. This is usually caused by another repository pushing hint: to the same ref. You may want to first integrate the remote changes hint: (e.g., 'git pull ...') before pushing again. hint: See the 'Note about fast-forwards' in 'git push --help' for details. ➜ book-app git:(master) git push origin '#1' Everything up-to-date ➜ book-app git:(master) git checkout '#1' Switched to branch '#1' ➜ book-app git:(#1) git checkout master Switched to branch 'master' book-app git:(master) git pull origin master remote: Enumerating objects: 24, done. remote: Counting objects: 100% (24/24), done. remote: Compressing objects: 100% (20/20), done. remote: Total 20 (delta 13), reused 0 (delta 0), pack-reused 0 Unpacking objects: 100% (20/20), 5.13 KiB | 250.00 KiB/s, done. From https://github.com/nana399/BookShare-app * branch master -> FETCH_HEAD 82b774b..0ce03af master -> origin/master Auto-merging config/database.yml CONFLICT (content): Merge conflict in config/database.yml Auto-merging Gemfile CONFLICT (content): Merge conflict in Gemfile error: could not apply 77250e3... Release to heroku Resolve all conflicts manually, mark them as resolved with "git add/rm <conflicted_files>", then run "git rebase --continue". You can instead skip this commit: run "git rebase --skip". To abort and get back to the state before "git rebase", run "git rebase --abort". Could not apply 77250e3... Release to heroku
試したこと
git add/rm <conflicted_files>
を試してみましたが、zsh: parse error near \n
と出てしまいました。
補足情報(FW/ツールのバージョンなど)
ruby 2.7.2p137
Rails 6.1.3.2
回答3件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。