I am working with the latest version of Visual Studio 2012 Update 2, and I have installed the official Microsoft Git support . But when I try to modify modified file studios, screams:
Failed to start the configured compare tool.
But there seems to be no configuration for the comparison tool in the Git provider! What to do to solve the problem?
Maybe something is missing for me?
I asked the same question in the Q & A section in the Visual Studio Tools for Git support forum , but there is no answer yet.
- ( ), VS 2015 Git .
, diff.tool git, . , git bash "". git, :
git config --global difftool.vs11.cmd "c:/program files (x86)/microsoft visual studio 11.0/common7/ide/devenv.exe" '//diff' "$LOCAL" "$REMOTE"
git config --global diff.tool vs11