# Delete remote tag git push origin --delete <tag_name>
# Delete local tag git tag -d <tag_name> tag unblocked gitlab
As Alex dug deeper, they stumbled upon an obscure blog post from a developer who had faced a similar challenge. The post mentioned a clever workaround using a VPN and a proxy server. Alex's eyes lit up as they realized this might be the solution they needed. # Delete remote tag git push origin --delete