Sourcetree 推送报错 Updates were rejected because the tag already exists in the remote.

原因是本地 tag 跟远端 tag 冲突,所以推送失败。

执行命令 git pull --tags -f 获取远端标签强制覆盖本地

之后再次推送即可。