1. 程式人生 > >mac更系統後 android studio git 報錯can't start git:usr/bin/git

mac更系統後 android studio git 報錯can't start git:usr/bin/git

電腦提醒更新 mac mojoba系統好多天了,今天終於打算更新了下,更新後開啟 android studio發現 git報錯了,一臉懵逼:

can't start git:usr/bin/git
probably the path to git executable is not valid

根據網上的方法命令列中輸入 sudo /usr/bin/git命令後,果然報了預期的錯誤

xcrun: error: active developer path ("/Volumes/Xcode/Xcode.app/Contents/Developer") does not exist, use xcode-select to change

最後輸入 xcode-select --install安裝了一個 Command Line Tools(Xcode中的一款工具,可以在命令列中執行C程式),完美解決了問題。
如果還不行可以試試下面這個命令:
sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer

ps: android開發安xcode開發工具才能用git也是醉了。