How do I configure the path to the Git executable in Android Studio?
I am working in Linux.
In Windows, After installing Git, you can get the Git location by opening Command Prompt and typing: where git
The above command will show the location of Git.exe, just copy the location & paste it in Path to Git executable & press Test.