histories1 git push, pull 에러 remote repository를 설정하고 바로 push, pull을 하면 에러가 발생 할 수도 있다. 예를 들면 push 할 경우. non-fast-forward : remote repository의 master branch가 local repository의 이전 버전이 아니라는 의미이다. 보통은 remote에서 readme.md를 만드는데 local에는 readme.md를 추가하는 commit이 없기 때문에, 혹은 이와 비슷한 상황 때문에 저런 에러가 발생한다. push 명령은 local의 commit과 remote의 commit을 비교하고 remote의 마지막 commit ID와 동일한 local의 commit ID를 찾아서 연결한다. remote의 readme.md를 추가하는 commit ID가 .. 2020. 3. 19. 이전 1 다음