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
หรือไม่