1.先切换到master 分支
git pull (把代码拉下来)
2.再切换到当前分支
git rebase master
查看git log
看是否跟新到最新的log
3.再在当前分支随便修改一个文件,push 上去 就可以了
就可以编译通过了