错误信息:
分析原因:基本上可以确定是因为github上的远程库与本地库版本不一致。
解决办法: 输入git push -f origin master
git push -f origin master
问题解决。