error: failed to push some refs to 'gitee.com:zero0orez/test.git' hint: Updates were rejected because the remote contains work that you do hint: not have locally. This is usually caused by another repository pushing hint: to the same ref. You may want to
时间: 2023-05-12 15:03:48 浏览: 147
idea上提交项目到gitee 最后出现 Push rejected的问题处理方法
先尝试使用 git pull 命令将远程仓库的代码更新到本地,然后再进行 push 操作。如果仍然无法解决问题,可以尝试使用 git push -f 命令强制推送代码到远程仓库。但是请注意,强制推送可能会覆盖其他人的代码,谨慎使用。
阅读全文