我无法与超越 4 进行 3 路合并来解决任何 git 冲突。当我输入冲突时
git mergetool
它打开了一个超越比较选项卡,但不是三向合并,而是一个普通的差异视图。
Beyond Compare 的版本是 4.1.3(64 位)。git的版本是git version 2.7.1.windows.1,我在Windows 7上。.gitconfig的相关部分是
[diff]
tool = bc3
[difftool "bc3"]
path = 'c:/Program Files/Beyond Compare 4/bcomp.exe'
[merge]
tool = bc3
[mergetool "bc3"]
path = 'c:/Program Files/Beyond Compare 4/bcomp.exe'
cmd = 'c:/Program files/Beyond Compare 4/bcomp.exe' "$LOCAL" "$REMOTE" "$BASE" "$MERGED"
我曾尝试按照http://www.scootersoftware.com/support.php?zz=kb_vcs#gitwindows提供的说明进行操作,但并没有解决问题。你们能帮我解决这个问题吗?谢谢