码迷,mamicode.com
首页 > 其他好文 > 详细

git push失败

时间:2019-04-15 11:47:16      阅读:134      评论:0      收藏:0      [点我收藏+]

标签:use   pull   ror   .com   输入   bsp   记录   提示   fast   

不知道弄错了什么
上传项目到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失败

标签:use   pull   ror   .com   输入   bsp   记录   提示   fast   

原文地址:https://www.cnblogs.com/vokiinnn/p/10709695.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!