IT/OS
[MacOS] git 명령어 사용 시 xcrun: error:
pierrot_98
2019. 12. 25. 20:45
문제
- 터미널에서 git 명령어 사용 시 xcrun: error 에러 발생.
원인
- 주로 맥os 업데이트 시 발생
해결
- xcode-select --install 명령어로 Xcode Command Line Tools 재설치.