• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

private knowhow


Commit MetaInfo

Révision40901d4de83c5f5e08ebff7dfd1f905fb667dae1 (tree)
l'heure2024-11-04 23:14:31
Auteurhyperoga <hyperoga@gmai...>
Commiterhyperoga

Message de Log

add trouble shoot

Change Summary

Modification

--- a/git.txt
+++ b/git.txt
@@ -720,3 +720,18 @@ fatal: unable to access 'https://pf.osdn.jp/gitroot/h/hy/hyperoga/ogatool.git/':
720720 git remote set-url origin hyperoga@git.pf.osdn.net/gitroot/h/hy/hyperoga/ogatool.git ★
721721 →これで解決(2024/11/04)
722722
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+