refusing to merge unrelated histories
pull할때 나타났다. 검색을 해보니
로컬과 원격저장소의 코드 차이가 심하게 날때 발생한다고 한다.
--allow-unrelated-histories 를 붙여 코드를 실행하면 사라진다고 한다.
그럼에도 불구하고 오류가 발생한다면 하나씩 충돌처리를해야한다고함.
깃(Git) fatal: refusing to merge unrelated histories 오류
깃을 이용할 때 종종 fatal: refusing to merge unrelated histories라는 오류를 확인할 수 있습니다. 이 오류는 git push를 진행할 때나 혹은 git pull을 진행할 때 발견할 수 있는 오류입니다. 로..
ndb796.tistory.com
댓글