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

后端 未结 20 2456
有刺的猬
有刺的猬 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:41

    You should run sudo git --version on your command line. It will ask you to agree to the git xcode license agreement, once done everything will work as before.

提交回复
热议问题