【mac】ターミナルエラー
ターミナルにてgitをクローンしようとしたら以下のエラー。
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
以下xcodeをターミナル上でインストールすれば解決。
xcode-select --install
ターミナルにてgitをクローンしようとしたら以下のエラー。
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
以下xcodeをターミナル上でインストールすれば解決。
xcode-select --install