💻 DEV/Git

Git : refusing to merge unrelated histories

웡지 2021. 12. 13. 00:43

https://gdtbgl93.tistory.com/63

 

Git push가 안되는 경우 (fatal: refusing to merge unrelated histories)

로컬 저장소에 있는 프로젝트를 깃허브 사이트를 통해 만든 저장소로 push 하는 경우에 이런 메세지가 뜨는 경우가 있다. 1 2 3 4 5 6 7 8 C:\Users\gitProject>git push origin master To https://github.co..

gdtbgl93.tistory.com

 

'💻 DEV > Git' 카테고리의 다른 글

Learn Git Branching 으로 git branch 공부하기  (0) 2022.01.03