摘要: git push 提交代码提示错误[rejected]"error: failed to push some refs to 'project url'" 原因是远程仓库代码和本地代码有冲突,git push 之前的代码并不是远程仓库中最新的代码 此时本地代码已经git commit 所以不能采用g 阅读全文
posted @ 2022-08-21 14:29 司徒韵然 阅读(863) 评论(0) 推荐(0)
摘要: git pull 拉代码冲突提示“error: Your local changes to the following files would be overwritten by merge: practice/fun.py Please commit your changes or stash t 阅读全文
posted @ 2022-08-21 13:40 司徒韵然 阅读(165) 评论(0) 推荐(0)