# 删除本地Tag
git tag -d tagname

# 删除线上仓库分支
git push --delete origin tagname