IT, 프로그래밍/버전관리시스템(Git)
-
-
-
Git push가 안되는 경우 (fatal: refusing to merge unrelated histories)IT, 프로그래밍/버전관리시스템(Git) 2018. 7. 13. 13:51
로컬 저장소에 있는 프로젝트를 깃허브 사이트를 통해 만든 저장소로 push 하는 경우에 이런 메세지가 뜨는 경우가 있다. 12345678C:\Users\gitProject>git push origin masterTo https://github.com/userId/userProject.git ! [rejected] master -> master (non-fast-forward)error: failed to push some refs to 'https://github.com/userId/userProject.git'hint: Updates were rejected because the tip of your current branch is behindhint: its remote counterpart. Int..