I have looked at the other posts and have made certain that the path is correct to the executable file, as shown below. I can launch git from from this path outside of Android
The path you configure for git should be C:\Users\Computer\Documents\Development\Git\cmd\git.exe
instead. You should use git.exe
not git-base.exe
.
And add git installed path to environment variables (for windows OS):
This PC -> properties -> Advanced system setting -> advanced Tab -> environment variables -> find path in system variables -> edit -> add the git installed path by ;C:\Users\Computer\Documents\Development\Git\cmd
-> ok.