Android Studio “Error Running Git” , 'Empty git --version output:'

前端 未结 9 2239
抹茶落季
抹茶落季 2021-02-19 06:58

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

相关标签:
9条回答
  • 2021-02-19 07:47

    default path of git.exe for GitHubDesktop 64-bit version is

    c:\Users\AppData\Local\GitHubDesktop\app-<version>\resources\app\git\cmd\git.exe
    

    you should try this path.

    0 讨论(0)
  • 2021-02-19 07:49

    This is the path where GitHub is located in its default installation. Remove the text including "<>" characters in below path and enter your relevant values.

    c:\Users\<Your Windows username>\AppData\Local\GitHubDesktop\app-<version>\resources\app\git\cmd\git.exe
    
    0 讨论(0)
  • 2021-02-19 07:52

    in windows 10, 64bit version your installed git location is C:\Program Files\Git, There is a bin folder inside Git folder and there is a git.exe file, this is the file you have to choose or add in android studio.Works for me.

    0 讨论(0)
提交回复
热议问题