본문 바로가기
카테고리 없음

git pull 안됨

by 향유 2023. 1. 12.

 

현상:

git branch 하나따서 pull & merge 받는데 정상작동 안함

 

 

에러메세지 :


yongsinkwon@yongsinui-MacBookPro 폴더명 % git pull
There is no tracking information for the current branch.
Please specify which branch you want to merge with.
See git-pull(1) for details.

    git pull <remote> <branch>

If you wish to set tracking information for this branch you can do so with:

    git branch --set-upstream-to=origin/<branch> yongsin

 

 

해결 방법  :

vi code에서 publish 해주니 해결됨

초기에 경로를 찾지 못하기 때문에 커밋 처리 해주어야함.

댓글