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
posted @ 2022-01-06 22:48  ice猫猫3  阅读(62)  评论(0编辑  收藏  举报