1. 程式人生 > >Mac 更新系統後無法使用git

Mac 更新系統後無法使用git

更新了系統後,進入到git工程目錄,輸入git命令,提示錯誤:

xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun

進入Android Studio後提示:

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

又坑了,出問題了。

解決方案:

在終端輸入:

xcode-select --install

據說原因是因為每次更新系統之後xcode就被解除安裝了,因此需要重新安裝一次。特此記錄,以便查閱。