git报错failed to push some refs to 'git@github.com:Markprint/github.git'
Posted 小白羀号
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了git报错failed to push some refs to 'git@github.com:Markprint/github.git'相关的知识,希望对你有一定的参考价值。
这个不知名小错误用了我两天的空余时间mmp
就是这里报的错
输入 git push origin master -f
解释为:
远程分支上存在本地分支中不存在的提交,往往是多人协作开发过程中遇到的问题,可以先fetch
再merge
,也就是pull
,把远程分支上的提交合并到本地分支之后再push
。如果你确定远程分支上那些提交都不需要了,那么直接git push origin master -f
,强行让本地分支覆盖远程分支
终于有了,以后还需要具体研究一下
虽然用的github,但是要推广一下码云:为什么用码云
希望用的人越来越多,替代github
以上是关于git报错failed to push some refs to 'git@github.com:Markprint/github.git'的主要内容,如果未能解决你的问题,请参考以下文章
git push 报错:failed to push some refs to 'git@git.xxxx:devops/thor.git'
解决git push报错:failed to push some refs to ‘git@github.com:anightmonarch/JavaEasyGoing.git‘
解决git push报错:failed to push some refs to ‘git@github.com:anightmonarch/JavaEasyGoing.git‘
解决git push报错:failed to push some refs to ‘git@github.com:anightmonarch/JavaEasyGoing.git‘
Git push 报错 "error: failed to push some refs to " 解决
git报错failed to push some refs to 'git@github.com:Markprint/github.git'