change xcrun developer path for Android Studio

坚强是说给别人听的谎言 提交于 2019-11-28 22:17:27

Instead of installing xcode you can install git from here and change the path in android studio to /usr/local/git/bin/git as shown in the image below.

This way you save time and memory.

I ran into the same problem, however with svn. I found that by installing El Capitan, Xcode was "uninstalled". I reinstalled Xcode from the App Store and then reinstalled Xcode Command Line Tools via Terminal with

xcode-select --install

After installation, my /Library/Developer/CommandLineTools/usr/bin directory reappeared and svn started working again.

In my case, Git did not work after upgrading Mac OS X High Sierra.

Fortunately, the answer provided by @Rob still works for High Sierra, so there was no need for me to actually change the xcrun developer path and no need to install all of XCode

FloT

I lost Git after upgrading to macOS Mojave.

The solution of re-installing XCode CLI still works fine.

In Terminal, type:

xcode-select --install

... and click "Install" on the prompt.

Use /usr/local/git/bin/git as a path

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!