具體表現為,系統更新後,輸入任何git相關的命令,均會有以下錯誤提示:
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
看起來像是CommandLineTools的路徑出現問題,git找不到依賴。雖然重新安裝CommandLineTools也能解決問題,CommandLineTools正常來說是已經隨系統(Xcode)安裝好了,所以可以通過以下命令對xcode-select進行重置,即可解決問題:
sudo xcode-select --reset
本作品採用《CC 協議》,轉載必須註明作者和本文連結