Allow GitHub tag zip archives through the github remote #41
Reference in New Issue
Block a user
Delete Branch "benvin/github-tag-zips"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The github remote already proxies tagged source tarballs, but the tools that want a tagged upstream source archive as a zip (Neovim package installs, anything unpacking with unzip) get a 403 because the pattern allowlist only covers .tar.gz. GitHub serves the same tag archive as a zip at the sibling path.
.*/archive/refs/tags/.*\.zip$to the github remote patterns