반응형 GIT1 [트러블슈팅] Git pull / Your configuration specifies to merge... 트러블 슈팅git pull 할때 발생하는 오류증상git pull 할때 pull이 되지 않는 현상 발생원인로컬과 원격 브랜치가 일치하지 않는 것이 원인.로컬에는 브랜치가 있으나 원격에는 해당 브랜치가 없을때 pull하면 오류 발생해결로컬 브랜치를 원격에 있는 브랜치로 변경또는 원격에 로컬롸 같은 브랜를 생성$ git pullYour configuration specifies to merge with the ref 'refs/heads/back_dev'from the remote, but no such ref was fetched. 2023. 7. 20. 이전 1 다음 반응형