맥 팝핑사운드 문제 때문에 구글링 하다가 실낱같은 희망을 가지고 빅서 ➡️ 몬터레이
로 맥 업데이트를 했는데 깃에서 클론하다가 다음과 같은 에러가 났다. 업데이트 할 때마다 마주쳐서 그러려니 ,, ^___^ 👑
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
Xcode Command-line Tool이 업데이트 된 것이기 때문에 다음 명령어를 입력하여 xcode cli를 설치합시다.
xcode-select --install
설치가 끝나면 다시 하려던 git clone을 해줍니다.
아이쿠 또!
fatal: Authentication failed for 'https://github.com/hayeong0/besonderer-tag.git/'
다음과 같이 커맨드 창에 입력하면 됩니다.
(패스워드가 git token으로 바뀌었으니 token 발급 받아서 하면 된다!) 토큰 발급 관련
git config --global user.name [user name]
git config --global user.password [git token]