4

私はgitの初心者であり、視覚的な差分/マージツールを構成するのに苦労しています。http://www.scootersoftware.com/support.php?zz=kb_vcs#gitwindowsの指示に従ってgitを構成しましたが、git difftool file.txtを実行すると、コンソールにdiffが表示され、エラーは表示されません。そして、比較を超えては起動されません。

問題が何であるかについて何か考えはありますか?

ありがとう

ジェームズ

Windows7x64で1.7.6.msysgit.0を実行しています

私の設定は(ユーザー名などを削除しました)

$ 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
4

1 に答える 1

4

msysGitフォーラム(googlegroups)に古い(っぽい)スレッドがあります。要約すると、実行可能ファイルの名前に変更があり、修正はあなたのバージョンの後のバージョンで行われました(行ったはずです;-)。

最新のものにアップデートすると修正されるはずです。

于 2012-05-07T17:29:48.030 に答える