원격 베어 저장소가 hub
있습니다. 저는 master
지점 에서만 일합니다 . 아래이 오류 메시지의 마지막 문장은 궁금합니다. "현재 분기에 대해 구성된 기본 원격"이 무엇인지 어떻게 알 수 있습니까? 어떻게 설정합니까?
[myserver]~/progs $ git remote -v
hub ~/sitehub/progs.git/ (fetch)
hub ~/sitehub/progs.git/ (push)
[myserver]~/progs $ git branch -r
hub/master
[myserver]~/progs $ cat .git/HEAD
ref: refs/heads/master
[myserver]~/progs $ git pull hub
You asked to pull from the remote 'hub', but did not specify
a branch. Because this is not the default configured remote
for your current branch, you must specify a branch on the command line.
git pull hub master
않습니까?