Ich habe festgelegt:
git config --global merge.tool meld
git config --global mergetool.meld.path c:/Progra~2/meld/bin/
Auf "git mergetool" schreibt es:
Hit return to start merge resolution tool (meld):
The merge tool meld is not available as 'c:/Progra~2/meld/bin/'
Ich habe auch versucht:
- / c / Progra ~ 2 / meld / bin /
- "/ c / Programme (x86) / meld / bin /"
- "c: / Programme (x86) / meld / bin /"
Ergebnis ist das gleiche.
wenn ich zu C: / Programme (x86) / meld / bin / gehe und starte
python meld
Das Tool wird ausgeführt.
.gitconfig
von: marcin-chwedczuk.github.io/use-meld-as-git-merge-diff-tool
vimdiff
mit meld
in dieser Antwort)