mac執行git命令出現xcrun: error: invalid active developer path解決方法

weixin_34050427發表於2017-11-30

執行git clone的時候報錯

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

解決方法:

開啟終端輸入
xcode-select --install
回車

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

系統彈出下載xcode,點選安裝,下載完成後即可。
(實際上不是下載xcode,可能下載xcode有關外掛,下載時長約1分鐘)

出現這個錯誤原因猜想可能是因為之前安裝過xcode解除安裝後出現的。

相關文章