这种报错只需要,将远程仓库和本地同步
git pull origin master
使用git status 看一下是否有需要处理的一些东西
git add
git commit
git push -u origin master 即可