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

后端 未结 7 1171
鱼传尺愫
鱼传尺愫 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:12

    I have done it for Windows 7. Probably you can refer this.

    1. Download the GitHub For Windows client and install it.

    2. After the client successfully installed, connect it with your GitHub account. It should be easy; just follow the wizard.

    3. Then you should add the git.exe location to your "path variable": Otherwise, if you don't want to add to environment variables.

    You can open Android Studio and go to: menu SettingsVersion ControlGit. In the text box next to "Path to Git Executable" you will see "git.exe". Just give it a full path like so: C:\Users...............\git.exe

提交回复
热议问题