开发者社区> 问答> 正文

TortoiseGit 推送到 开源中国 码云 的问题 报错 

我用https的方式可以拉取下来,但是提交后推送不上去,用ssh的方式有可以拉取下来,同样也是推送不上去,到底是什么情况。

后来看到网上说的,推送时选中“已知更变”,这样确实是可以推送上去了。可是这样每次都会把整个项目推送上去,求教,怎么样才可以不选就可以提交,并且只提交更改的某个文件呢?

git.exe push --progress "origin" master:master

To git@git.oschina.net:iJovi/KxApp-Android.git

! [rejected]        master -> master (non-fast-forward)

error: failed to push some refs to 'git@git.oschina.net:iJovi/KxApp-Android.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 未能顺利结束 (退出码 1) (2375 ms @ 2016/7/30 12:16:55)

展开
收起
kun坤 2020-06-03 13:09:31 1371 0
1 条回答
写回答
取消 提交回答
  • 根据你的提示内容:Updates were rejected because the tip of your current branch is behind,可以看出来,你当前分支跟你服务器上的冲突了!看下码云的帮助文档,其中有如何解决代码冲突的方法。######为什么会冲突呢,我在码云创建一个新项目,就那么三个文件而已。然后拉取到本地,加一个文件或改一下readme文件再提交,推送都失败,这样不至于是冲突吧?我在码云上新建一个分支,然后提交到新分支,一样是提交不了。

    2020-06-03 14:27:50
    赞同 展开评论 打赏
问答地址:
问答排行榜
最热
最新

相关电子书

更多
《Java开发手册》2019最新版发布! 立即下载
低代码开发师(初级)实战教程 立即下载
阿里巴巴DevOps 最佳实践手册 立即下载