It seems in Debian stable bookworm the binary git-http-backend is not available as default (anymore?).
This causes the following error:
Workarounds
- during installation, add a symbolic link, like: ln -s /usr/lib/git-core/git-http-backend ./support/bin/
- ...
Possible long-term solution
Instead of this:
git-http-backend
We may probably should fallback to this instead (look at the space):
git http-backend