TIL/잡다한
2019. 12. 22.
[git error] xcorn error 해결방법
갑자기 git pull을 하려고했더니 다음과 같은 에러발생... xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun 검색해보니 mac os 업데이트에서 xcode와 관련된게 달라져서 생긴 이슈라는데 다음과 같은 명령어를 입력하면 해결할수가있다 xcode-select --install 그럼 다음과 같이 창이 뜨게됨 설치를 진행한다... 우리집 인터넷 상황이 안좋아서 그런지모르겠지만.. 암튼 난 오래걸렸다ㅠㅠ...