Please add support for Git for Windows > 2.0 - since 2.0 its possible to have a 64 Bit Version of git installed. SourceTree does not find Git if its installed as 64-Bit.
Git for Windows 2.4.0 can be downloaded here: https://github.com/git-for-windows/git/releases/tag/v2.4.0.windows.2
Work Around
Add a SymLink to re-create the Git v2.x bin folder.
C:\Program Files\Git>mklink /D bin cmd
symbolic link created for bin <<===>> cmd
see https://confluence.atlassian.com/display/SOURCETREEKB/Using+Git+2.x+-+Windows
- is duplicated by
-
SRCTREEWIN-3174 SourceTree does not work with Git for Windows 2.3+
-
- Closed
-
-
SRCTREEWIN-3254 Support for "Git for Windows 2.4.x"
-
- Closed
-
-
SRCTREEWIN-3257 Not working for git-for-windows 2.4.1
-
- Closed
-
- is superseded by
-
SRCTREEWIN-3646 Update to Git 2.5
- Closed
Just a heads up for everyone wanting to use Git 2.5.x in SourceTree: I had success downloading Portable Git from https://github.com/git-for-windows/git/releases and extracting it to %localappdata%/Atlassian/SourceTree/git_local, removing the existing directory.
Run the post-install.bat script after extracting and you're good to go. This replaces the embedded Git with the current 2.5.2 version and still allows for using the embedded Terminal window in SourceTree. Make sure to check the version in Settings > Git, and enable the "Use Git Bash as default terminal" option.