1. git clone https://github.com/…/Fake.git 2.cd Fake 3.git branch -al 查看本地和远程的所有分支 4.git pull origin master 远程分支与本地分支关联 5.git branch -vv 可以看到master后面蓝色部分origin/master,说明master分支已经与origin/master绑定在一起了。