git pull (1) 썸네일형 리스트형 Git pull 시 fatal:refusing to merge unrelated histories를 만났을 때 일단 나의 경우는 원격저장소를 만들어놓고 readme.md 파일을 기본 생성 해 둔 후 따로 작업해둔 폴더에 git remote add를 통해 원격저장소를 추가하는 방식으로 진행을 했었다. 원격저장소를 추가한 후 git add, git commit, git push를 진행하게 되면 다음과 같은 에러를 만나게 된다. error: failed to push some refs to 'https://github.com/JeongJunHo/springboot-scheduled-demo.git' hint: Updates were rejected because the tip of your current branch is behind hint: its remote counterpart. Integrate.. 이전 1 다음