git常见错误处理
Posted hbright
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了git常见错误处理相关的知识,希望对你有一定的参考价值。
1.在git push时无法提交代码,相对于git服务器上,本身代码可能不是最新的,因此提交的时候会报以下这个错误
Updates were rejected because the tip of your current branch is behind
如果和团队其他人确认你可以强制提交,可以使用如下命令提交:
git push -u origin master -f
此问题参考网页:https://blog.csdn.net/shiren1118/article/details/7761203
以上是关于git常见错误处理的主要内容,如果未能解决你的问题,请参考以下文章