yysun / git-tools

This extension provides a git changes tool window, a graphical git history viewer and menus to launch Git Bash, Git Extenstions and TortoiseGit.
http://yysun.github.com/git-tools
MIT License
78 stars 28 forks source link

In VS2017 Enterprise cann't find TortoiseGit #24

Closed wxk0248 closed 6 years ago

wxk0248 commented 6 years ago

like this qq 20181023135907 Where can I configure it?

wxk0248 commented 6 years ago

I know from source code why this is so. https://github.com/yysun/git-tools/blob/master/GitApi/GitSccOptions.cs The default path of configuration file gitscc.config is in My Document,i.e."C:\Users\admin\Documents", the "TortoiseGitPath" TortoiseGitPath defaults to read "C: \Program Files\TortoiseGit\bin\TortoiseGitProc. exe" or "C:\ Program Files (x86)\TortoiseGit\bin\TortoiseGitProc. exe", but my TortoiseGit is installed in "D:\Program Files\bin\TortoiseGitProc. exe" Therefore, add one line configuration in gitscc.config: <TortoiseGitPath>D:\Program Files\TortoiseGit\bin\TortoiseGitProc.exe</TortoiseGitPath>