반응형
트러블 슈팅
git pull 할때 발생하는 오류
- 증상
- git pull 할때 pull이 되지 않는 현상 발생
- 원인
- 로컬과 원격 브랜치가 일치하지 않는 것이 원인.
- 로컬에는 브랜치가 있으나 원격에는 해당 브랜치가 없을때 pull하면 오류 발생
- 해결
- 로컬 브랜치를 원격에 있는 브랜치로 변경
- 또는 원격에 로컬롸 같은 브랜를 생성
$ git pull Your configuration specifies to merge with the ref 'refs/heads/back_dev' from the remote, but no such ref was fetched.
반응형
'TROUBLE SHOOTING 트러블 슈팅' 카테고리의 다른 글
[트러블 슈팅] [GIT] There is no tracking information for the current branch. (0) | 2023.07.25 |
---|---|
[트러블 슈팅] [JPA] A problem occurred configuring root project... (0) | 2023.07.25 |
[오류] M1 맥 사용법 : MySQL Workbench 오류(feat. homebrew) (4) | 2023.02.02 |