envs/git

MacOS 업데이트 시 git 오류

제이스핀 2019. 9. 25. 20:48
반응형

xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools),

missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun

 

 

 

MacOS 업데이트 후 git 명령어 사용 시 자주 발생하는 오류

아래 명령어를 통해 업데이트 후 다시 사용 하면 해결된다.

 

 

$ xcode-select --install

 

 

 

 

 

 

 

반응형