오늘 마주한 에러들

Peter Oh·2021년 1월 3일
0
post-thumbnail

쿼리문과 친해지기 위해 아래의 코드를 iterm에 적었다

brew update && brew install mycli

그런데 말입니다.....

It's asking you to unshallow both homebrew-core and homebrew-cask with:

git -C "/usr/local/Homebrew/Library/Taps/homebrew/homebrew-core" fetch --unshallow
git -C "/usr/local/Homebrew/Library/Taps/homebrew/homebrew-cask" fetch --unshallow

https://github.com/Homebrew/brew/issues/9420

여기서 도움을 받긴 했는데... 사실 무슨 상황인지 잘 모르겠다.

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

아래와 같이 설치해 주면 해결

xcode-select --install
brew install mycli

정상적으로 install 시, mycli 에 접속!

mycli -u root
profile
def backend_engineer():

0개의 댓글