Dev/git

[git] fatal: refusing to merge unrelated histories

냐옴 2021. 5. 19. 00:22

git pull 실행시 아래 오류가 발생하는 경우

$ git pull
fatal: refusing to merge unrelated histories

 

아래 명령으로 다시 실행

$ git pull origin 브랜치명 --allow-unrelated-histories