나는 비교적 짧은 기간 동안 github을 사용 해 왔으며 항상 클라이언트를 사용하여 커밋과 풀을 수행했습니다. 어제 git bash에서 시도하기로 결정했으며 새 저장소를 만들고 파일을 커밋했습니다.
오늘 다른 컴퓨터에서 리포지토리를 변경하고 변경 사항을 커밋 한 후 집으로 돌아와 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 develop origin/<branch>
이 레포에 기여한 유일한 사람은 저이며 지점이 없습니다 (마스터). 나는 창문에 있고 자식 배쉬에서 풀을 수행했다.
자식 상태 :
$ git status
# On branch master
nothing to commit, working directory clean
자식 분기 :
$ git branch
* master
내가 무엇을 잘못하고 있지?
git pull
.
git remote -v
어때? 그게 뭐에요?