删除远程tag: git tag -d tag_name git push origin :refs/tags/tag_name 删除远程分支: git push origin :branch_name