$ git pull https://github.com/devpcjin/WIL.git main
$ git push
를 했는데 pull을 먼저 진행하라는 에러 메시지가 발생하여 pull을 하던 중 $ git pull
에서도 다음과 같은 오류가 발생했습니다.From https://github.com/devpcjin/WIL
* branch main -> FETCH_HEAD
fatal: refusing to merge unrelated histories
$ git pull origin main --allow-unrelated-histories