昨天下午更新了下mac系統(tǒng)到版本10.11.3(15D21)后
打開Android studio的時(shí)候出現(xiàn)了一個(gè)bug - 配置的git 出問題了
問題描述:
打開android studio的配置

確認(rèn)Path to Git executable 無誤,點(diǎn)擊Test按鈕,
提示如下信息:
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
在網(wǎng)上經(jīng)常漫長(zhǎng)查找,解決方案如下:
參考:
change xcrun developer path for Android Studio
最佳答案的描述:
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.
我把xcode重新安裝了一遍,重新點(diǎn)擊Test按鈕,提示成功!
至此,文章結(jié)束,希望此文能幫助到你,如果對(duì)此文有不同見解,歡迎直接評(píng)論!