git push To https://gitlab.segma.tech/testerteam/easysenseui

编程入门 行业动态 更新时间:2024-10-27 03:38:18

git push To <a href=https://www.elefans.com/category/jswz/34/1771211.html style=https://gitlab.segma.tech/testerteam/easysenseui"/>

git push To https://gitlab.segma.tech/testerteam/easysenseui

报错信息

$ git push
To /testerteam/easysenseui_v1.0.git! [rejected]        master -> master (fetch first)
error: failed to push some refs to '/testerteam/easysenseui_v1.0.git'
hint: Updates were rejected because the remote contains work that you do
hint: not have locally. This is usually caused by another repository pushing
hint: to the same ref. You may want to first integrate the remote changes
hint: (e.g., 'git pull ...') before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.

报错原因:是因为远程的代码文件与本地文件不一致

解决办法
将远程主机 origin 的 master 分支拉取过来,与本地的 brantest 分支合并。
git pull origin master:brantest
如果远程分支是与当前分支合并,则冒号后面的部分可以省略。
git pull origin master

然后再重新执行push命令文件:
git add .
git commit -m “注释”
git push

更多推荐

git push To https://gitlab.segma.tech/testerteam/easysenseui

本文发布于:2024-03-05 20:33:04,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1713339.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:https   gitlab   git   push   testerteam

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!