I use git-http-backend, which doesn't seem to support archive:
Why not use a shallow clone (as a fallback)?
```
git clone --depth=1 https://git.sprovoost.nl/instablossom.git
```
Git - git-http-backend Documentation