OS X - Can't start Git: /usr/bin/git Probably the path to Git executable is not valid

后端 未结 20 2453
有刺的猬
有刺的猬 2020-12-12 23:16

I get this error in Android Studio:

Can\'t start Git: /usr/bin/git Probably the path to Git executable is not valid.

<
20条回答
  •  抹茶落季
    2020-12-12 23:53

    I my case I've changed the name of Xcode app to Xcode9 and renamed later to Xcode.

    I needed to update my Xcode.app path.

    After typing sudo xcode-select --switch /Applications/Xcode.app on terminal everything worked fine again

提交回复
热议问题