본문 바로가기
프로그래밍/git & github

fatal: refusing to merge unrelated histories

by 한코코 2022. 11. 10.

브랜치가 끊겼을때 생기는 현상

끊긴 브랜치에서 다음 코드를 작성해주면 강제로 이전 origin main을 가져와서 연결해준다.

$ git pull origin main --allow-unrelated-histories

 

자세한 사항은 다음 블로그 참조

https://www.baeldung.com/git-merge-unrelated-histories-error

댓글