반응형 pull2 [트러블 슈팅] [GIT] There is no tracking information for the current branch. 트러블 슈팅오류코드There is no tracking information for the current branch.Please specify which branch you want to merge with.증상back_feature_study라는 브랜치에서 작업함팀원이 mergeBranch라는 브랜치에 back_feature_mainpage 브랜치와 back_feature_Study라는 브랜치를 merge했음.이후 로컬의 mergeBranch에 pull을 받았으나 변동이 없음원인원격 브랜치를 pull 이나 clone으로 로컬에 자동으로 생성한 것이 아니라 로컬에서 직업 생성했기에 생기는 문제해결로컬에서 가져올 브랜치와 같은 이름으로 직업 생성한 경우명령어 사용git branch --set-upstre.. 2023. 7. 25. [트러블슈팅] 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 다음 반응형