执行 git push -u origin master 报错如下:
解决:
git pull --rebase origin master
再执行
git push -u origin master