سؤال

git config --global mergetool.bc3 "\"c:/program files (x86)/beyond compare 3/bcomp.exe\" \"$LOCAL\" \"$REMOTE\" \"$BASE\" \"$MERGED\""

git mergetool

/usr/lib/git-core/git-mergetool--lib: line 116: bcompare: command not found

This is extremely odd, because both ./.git/config and ~/.gitconfig look correct. Neither lists an entry for bcompare. Can git read or store configuration from anywhere other than .git/config or ~/.gitconfig?

لا يوجد حل صحيح

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top