AdSense

網頁

2022/12/5

Mac 更新macOS後執行git出現xcrun: error錯誤

今天更新macOS Ventura版本到13.0.1後執行git命命出現錯誤 xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun


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

因為macOS更新後XCode Command Line Tools也必須更新否則執行需此工具的程式如git或homebrew就會出現上面錯誤。


解法

重新安裝XCode Command Line Tools,開啟終端機(terminal)輸入xcode-select --install

% xcode-select --install
xcode-select: note: install requested for command line developer tools

然後會彈出視窗點選安裝,約5-10分鐘安裝完成後就可以正常使用git了。




沒有留言:

AdSense