I am trying to delete a tag in the remote. I get conflicting answers - "tag does not exist" and then "tag was deleted", but when I check, the tag is still there. There is a similar question here (meaning of git push tag error: "Deleting a non-existent ref.") but it does not help in my case. Thanks
% git --version
git version 2.11.0
% git ls-remote 2>/dev/null | grep amirk|grep '\.72$'
68a1595db91fca0cc1fa24566e9e7173fcd05c5e refs/tags/Forked_branch_amirk/test-10.0.0.72
% git push origin :refs/tags/Forked_Branch_amirk/test-10.0.0.72
remote: warning: Deleting a non-existent ref.
To <my-remote-git-repo>
- [deleted] Forked_Branch_amirk/test-10.0.0.72
% git ls-remote 2>/dev/null | grep amirk|grep '\.72$'
68a1595db91fca0cc1fa24566e9e7173fcd05c5e refs/tags/Forked_branch_amirk/test-10.0.0.72