인생은 속도가 아니라 방향이다

[Mac] xcode-select: note: install requested for command line developer tools 맥 업데이트후 git 오류 본문

운영체제(OS)/MacOS

[Mac] xcode-select: note: install requested for command line developer tools 맥 업데이트후 git 오류

기록하는 동구 2022. 4. 5. 09:19
반응형

 

맥 업데이트 후 아래와 같이 git clone을 받으려했다. 

git clone https://github.com/donggu1105/TIL.git

 

근데 갑자기 띠용?

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

 

뭐냐 이건. 매번 맥북 업데이트떄마다 xcode 관련문제가 일어나는것 같다. 

 

해결하려면  아래 코드를 입력하자.

$ xcode-select --install

 

반응형
Comments