macOS 更新後無法使用 command line
當更新了 mac 後,有時候會遇到在終端機要下指定的時候噴出
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
這時候請在終端下
xcode-select --install
你的終端就會活過來了(遠目)
ref:
https://stackoverflow.com/questions/52522565/git-is-not-working-after-macos-update-xcrun-error-invalid-active-developer-pa














