zshrc 파일 내용을 변경하고 source ~/.zshrc 명령어를 사용해 변경사항을 적용하려고 했더니, [oh-my-zsh] Can't update: not a git repository. 오류가 발생했다.
source ~/.zshrc
[oh-my-zsh] Can't update: not a git repository.
xcode-select --install
위 명령어를 입력해서 xcode를 새로 설치해주면 [oh-my-zsh] Can't update: not a git repository. 오류가 해결된 것을 확인할 수 있다.