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

啟動WebStorm和IDEA後提示:

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

解決辦法是在終端輸入:

xcode-select --install

每次更新系統之後xcode就被解除安裝了,需要重新安裝一次。