在Mac 更新 cli 後發生 git 無法適用的情況
錯誤訊息:
git ixcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
解決方式:
輸入下方指令,安裝完成即可解決
xcode-select --install
在Mac 更新 cli 後發生 git 無法適用的情況
錯誤訊息:
git ixcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
解決方式:
輸入下方指令,安裝完成即可解決
xcode-select --install