맥 os 업데이트하고 나서 Cannot Run Git invalid path to command line tools 에러가 떳다.
인텔리제이에서 업그레이드 하래서 그냥 업글 버튼 눌러도 잘 안 먹힌다. xcode-select: error: command line tools are already installed, use "Software Update" to install updates 이럴 경우 아예 삭제하고 다시 까는 게 좋다..
Mac CommandLineTools 삭제부터
터미널에서 경로 찾아가자
/Library/Developer/CommandLineTools 에서
CommandLineTools 삭제!
'sudo rm -rf CommandLineTools'
Mac CommandLineTools 재설치
sudo xcode-select --install
경로에 CommandLineTools 설치되어 있는 거 확인하면
잘 된당
반응형
'컴퓨터' 카테고리의 다른 글
컴파일(Compile)과 빌드(Build) (0) | 2021.01.09 |
---|