oh-my-zsh Can't update: not a git repository 에러 해결 oh-my-zsh 안에 .git 이 삭제 되어 생기는 문제이다. oh-my-zsh 폴더를 날리고 다시 클론하면 해결된다. rm -rf "$ZSH" git clone --depth=1 https://github.com/ohmyzsh/ohmyzsh.git "$ZSH" 그리고 source ./zshrc 하면 에러가 뜰 경우가 있는데 이는 기존에 설치했던 플러그인도 같이 삭제가 되어서 그렇다. 플러그인을 다시 설치해주면 된다. Develop/MAC 2023.02.06