当前位置:   article > 正文

Can‘t push refs to remote. Try running ‘Pull‘ first to integrate your changes. 的解决办法_can't push refs to remote. try running "pull" firs

can't push refs to remote. try running "pull" first to integrate your change

问题概述

关于这个问题,博主是在项目开发过程中遇到的,写完一个功能模块后,在更新提交代码时异常,

报:“ Can‘t push refs to remote. Try running ‘Pull‘ first to integrate your changes.  ”,

如下图:

解决办法

根据错误提示内容,“GitLab客户端监测到本地有代码冲突,不能将冲突决策推送到服务端去解决,需要将代码拉取下来,在本地端进行冲突解决合并才能再次推送到远端代码服务器”,

处理办法,说出来很奇特,

点击错误提示框中的 “ Open Git Log ” 或者 “ Show Command Output ” 按钮,

这问题就解决了,点击以上两个按钮后,会看到同步和分支合并,

如下图:

具体内容如下:

  1. > git rev-parse --git-dir [40ms]
  2. Open repository: e:\**\**
  3. > git symbolic-ref --short HEAD [50ms]
  4. > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track) refs/heads/dev2.0 refs/remotes/dev2.0 [41ms]
  5. > git remote --verbose [37ms]
  6. > git for-each-ref --sort -committerdate --format %(refname) %(objectname) %(*objectname) [44ms]
  7. > git config --get commit.template [33ms]
  8. > git ls-files --stage -- E:\**\**\nginx.conf [68ms]
  9. > git cat-file -s *********d4342359bd63a726*************8 [37ms]
  10. > git log --oneline --cherry dev2.0...dev2.0@{upstream} -- [41ms]
  11. > git pull --tags origin dev2.0 [968ms]
  12. remote: aborting due to possible repository corruption on the remote side.
  13. fatal: protocol error: bad pack header
  14. > git ls-files --stage -- E:\**\**\nginx.conf [34ms]
  15. > git cat-file -s ***********42359bd63a726cecc0************ [38ms]
  16. > git ls-files --stage -- E:\**\**\nginx.conf [37ms]
  17. > git cat-file -s ******842359bd63a726cecc******* [34ms]
  18. > git log --oneline --cherry dev2.0...dev2.0@{upstream} -- [37ms]
  19. > git ls-files --stage -- E:\**\**\nginx.conf [53ms]
  20. > git cat-file -s *********42359bd63a726cecc************ [33ms]
  21. > git pull --tags origin dev2.0 [1395ms]

到这儿,再进行 “ Pull ” 拉取代码的时候就可以了!!!

关于这个问题更深入的研究,博主没有再深入,项目时间比较紧。

但是一般如果提交失败,有两方面原因:

一个时代码冲突,导致无法提交代码的;

二一个就是GitLab上的文件损坏;


好了,关于 Can‘t push refs to remote. Try running ‘Pull‘ first to integrate your changes. 的解决办法 就写到这儿了,如果还有什么疑问或遇到什么问题欢迎扫码提问,也可以给我留言哦,我会一一详细的解答的。 
歇后语:“ 共同学习,共同进步 ”,也希望大家多多关注CSND的IT社区。


作       者:华    仔
联系作者:who.seek.me@java98k.vip
来        源:CSDN (Chinese Software Developer Network)
原        文:https://blog.csdn.net/Hello_World_QWP/article/details/123008513
版权声明:本文为博主原创文章,请在转载时务必注明博文出处!
声明:本文内容由网友自发贡献,转载请注明出处:【wpsshop】
推荐阅读
相关标签
  

闽ICP备14008679号