git push失败

Posted vokiinnn

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了git push失败相关的知识,希望对你有一定的参考价值。

不知道弄错了什么
上传项目到github上失败

git commit的时候提示

On branch master
nothing to commit, working tree clean


git push 时提示

To https://github.com/Vokiinnn/Scenic_evaluate.git
 ! [rejected]        master -> master (non-fast-forward)
error: failed to push some refs to ‘https://github.com/Vokiinnn/Scenic_evaluate.git‘
hint: Updates were rejected because the tip of your current branch is behind
hint: its remote counterpart. Integrate the remote changes (e.g.
hint: ‘git pull ...‘) before pushing again.
hint: See the ‘Note about fast-forwards‘ in ‘git push --help‘ for details.

百度了一下,看了几个方法,但是说不清楚,最后用到了这个方法:
git pull origin master --allow-unrelated-histories   
输入以上命令后,会出现一个文本文档,保存后退出,再次push 成功。。
原理还未知,先记录一下,以后更新。

以上是关于git push失败的主要内容,如果未能解决你的问题,请参考以下文章

git push 登录失败

Git push失败

[git] 如何处理push失败的commit

git push 失败

coding git push 失败

git push 失败,拒绝更新隐藏的引用