我是一个git的新手,我很难configuration一个视觉差异/合并工具。 我已经按照http://www.scootersoftware.com/support.php?zz=kb_vcs#gitwindows上的说明configuration了git,但是当我运行git difftool file.txt时,控制台上显示的是diff,没有显示任何错误而超越比较是不会启动的。
任何想法可能是什么问题?
谢谢
詹姆士
我在Windows 7 x64上运行1.7.6.msysgit.0
我的configuration是(我已经删除用户名等)
$ git config --list core.symlinks=false core.autocrlf=true color.diff=auto color.status=auto color.branch=auto color.interactive=true pack.packsizelimit=2g help.format=html http.sslcainfo=/bin/curl-ca-bundle.crt sendemail.smtpserver=/bin/msmtp.exe diff.astextplain.textconv=astextplain rebase.autosquash=true diff.tool=bc3 difftool.bc3.path=c:/program files (x86)/beyond compare 3/bcomp.exe merge.tool=bc3 mergetool.bc3.path=c:/program files (x86)/beyond compare 3/bcomp.exe core.repositoryformatversion=0 core.filemode=false core.bare=false core.logallrefupdates=true core.symlinks=false core.ignorecase=true core.hidedotfiles=dotGitOnly gui.wmstate=zoomed gui.geometry=584x210+275+275 408 476
在msysGit论坛(谷歌组)上有一个旧的(ish)线程。 总之,可执行文件的名称发生了变化,修复程序在你的版本之后(应该已经过去了;-)。
最新的更新应该修复它。