博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
mac sourcetree push分支选中所有tag的时候报错
阅读量:4325 次
发布时间:2019-06-06

本文共 485 字,大约阅读时间需要 1 分钟。

错误信息:

。。。。。。。

! [rejected] 573_0811_stable -> 573_0811_stable (already exists)

updating local tracking ref 'refs/remotes/origin/next'
error: failed to push some refs to 'git@10.10.1.18:hi/hello.git'
hint: Updates were rejected because the tag already exists in the remote.
Completed with errors, see above

 

解决方法:

You should also be able to solve this in git bash (click on "Terminal" button in the Source Tree UI). Type:

git pull --tags

转载于:https://www.cnblogs.com/kissfu/p/7374681.html

你可能感兴趣的文章
android驱动在win10系统上安装的心酸历程
查看>>
优雅的程序员
查看>>
oracle之三 自动任务调度
查看>>
Android dex分包方案
查看>>
ThreadLocal为什么要用WeakReference
查看>>
Java Web 常用在线api汇总(不定时更新)
查看>>
删除本地文件
查看>>
FOC实现概述
查看>>
base64编码的图片字节流存入html页面中的显示
查看>>
这个大学时代的博客不在维护了,请移步到我的新博客
查看>>
GUI学习之二十一——QSlider、QScroll、QDial学习总结
查看>>
[Python设计模式] 第25章 联合国维护世界和平——中介者模式
查看>>
nginx反向代理docker registry报”blob upload unknown"解决办法
查看>>
gethostbyname与sockaddr_in的完美组合
查看>>
kibana的query string syntax 笔记
查看>>
基于Lua插件化的Pcap流量监听代理
查看>>
旋转变换(一)旋转矩阵
查看>>
thinkphp3.2.3 bug集锦
查看>>
[BZOJ 4010] 菜肴制作
查看>>
C# 创建 读取 更新 XML文件
查看>>