반응형
MacOS를 Mojave로 업데이트 후에 IntelliJ IDEA에서 Git 오류가 발생했다.
Terminal을 열어서 git 명령어를 쳐도 같은 오류가 나타난다.
# git
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
Xcode Command Line Tools와 dependency 때문에 생기는 문제인 것 같다.
Xcode 전체 설치하면 시간이 오래걸리니, Xcode Command Line Tools만 설치하는 걸로(이것도 1시간은 걸린다..)
# xcode-select --install
확인.
# xcode-select -v
xcode-select version 2354.
# git --version
git version 2.20.1 (Apple Git-117)
반응형
'Computer 그리고 Developer > Mac' 카테고리의 다른 글
brew로 gradle 버전 업그레이드 (0) | 2021.03.30 |
---|---|
OS X Mountain Lion에서 프로그램 설치시 '확인되지 않은 개발자가 배포했기 때문에 열 수 없습니다.' (3) | 2012.09.17 |
OS X Mountain Lion에서 Java 설치 (0) | 2012.09.16 |
[Mac] Mac 에서 화면 캡쳐 단축키 (4) | 2009.08.06 |
The Eclipse executable launcher was unable to locate its companion shared library. Error (0) | 2008.11.11 |
Mac Profile manager 실행하기 (2) | 2008.11.04 |
mac에서 hosts file 위치와 수정 (2) | 2008.09.09 |