I'm using sourcetree on windows as my git client, and did not manually install git. When i open Intellij i get an error saying git client cannot be found and an option to configure the path git executable.
I've tried locating it in sourcetree directory and in user directories but was not able to find it.
Can someone point me to it's path?
The default path on windows is C:\Program Files (x86)\Git .
You can check whether Git is installed and what version you are using by opening up a terminal window in Linux or Mac, or a command prompt window in Windows, and typing the following command: git --version.
2 Answers. Git executable can be found by using running git --exec-path, which usually lives in the Git execution path. git --exec-path will give you the path.
Open the command prompt "terminal" and type git version to verify Git was installed.
Found it!
%USER_DIR%\AppData\Local\Atlassian\SourceTree\git_local\bin\git.exe
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With