private knowhow
リビジョン | 40901d4de83c5f5e08ebff7dfd1f905fb667dae1 (tree) |
---|---|
日時 | 2024-11-04 23:14:31 |
作者 | hyperoga <hyperoga@gmai...> |
コミッター | hyperoga |
add trouble shoot
@@ -720,3 +720,18 @@ fatal: unable to access 'https://pf.osdn.jp/gitroot/h/hy/hyperoga/ogatool.git/': | ||
720 | 720 | git remote set-url origin hyperoga@git.pf.osdn.net/gitroot/h/hy/hyperoga/ogatool.git ★ |
721 | 721 | →これで解決(2024/11/04) |
722 | 722 | |
723 | +40.11 | |
724 | +git commit git.txt (2024/11/04) | |
725 | +fatal: cannot do a partial commit during a merge. | |
726 | +コンフリクトを解決して、git addして、 git statusでは | |
727 | + both modified: git.txt | |
728 | + ↓ | |
729 | + modified: git.txt | |
730 | +と、git commitできる状態になったが、commitするとこのエラーになる | |
731 | + ■原因 | |
732 | + 不明 | |
733 | + ■対策 | |
734 | + git merge --continue (git add と git commit を自動的に実行してくれます) | |
735 | + で解決した | |
736 | + | |
737 | + |