How can I configure the path to the Git executable in Android Studio?

后端 未结 7 1154
鱼传尺愫
鱼传尺愫 2020-12-11 14:59

How do I configure the path to the Git executable in Android Studio?

I am working in Linux.

\"Enter

7条回答
  •  失恋的感觉
    2020-12-11 15:23

    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.

提交回复
热议问题