一般在遇到這個問題的時候都是想用git或者svn,結果發現用不了並報錯xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
解決方法
重新安裝xcode
命令:
xcode-select --install
看到圖片

安裝完成后就ok
