git报错与解决

error: failed to push some refs to 'https://gitee.com/icemiaomiao3/vue_shop.git'
解决:

git pull --rebase origin master
再上传
git push -u origin master
原文地址:https://www.cnblogs.com/icemiaomiao3/p/15773252.html