ngit fails to work with git servers that dont include `allow-tip-sha1-in-want` in their `git-upload-pack-advertisement` .The required setting `allow-tip-sha1-in-want` is on by default in many git server implementations but not the one your using.
This is bug in libgit2 which I have raised here: <https://github.com/libgit2/libgit2/issues/7078>
most git servers do. song doesnt, and I have had reports of self-hosted gitea not either, although the default nix gitea package does.
#bug
DanConwayDev on Nostr: Thanks. I just fixed this in v1.7.1 but now we are hitting this bug that needs to be ...
Thanks. I just fixed this in v1.7.1 but now we are hitting this bug that needs to be fixed upstream in libgit2: