在git push 后出项图片情况
出项该情况的原因是远程库和本地库内容有差异,可执行以下代码
git pull --rebase origin master
然后重新git push 即可上传到 github 中。