본문으로 바로가기

git pull 실행시 아래와 같은 오류가 나오면, 로컬 branch 가 원격  branch를 추적하게 설정해 줘야 함

 

 

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

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

 

 

 

저장소의 master를 추적하도록 설정

git branch --set-upstream-to=origin/master master