공부/etc
Big Sur 업데이트 후 git 에러
끄적냥
2021. 8. 27. 18:30
Big Sur 업데이트 후 아래와 같은 에러발생.
git -version
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
구글링 해보니 해결 방법은
xcode-select --install
아주 간단하게 해결되었다~