I've found a few scenarios where the server can make git-clone(1) abort in case it sends bogus responses to the bundle-uri command. Because the use of bundle URI is optional, make git-clone(1) handle these cases better and enable it to continue the clone. Greets, Toon --- Toon Claes (2): bundle-uri: ignore bundles without uri bundle-uri: do not abort on invalid packet line bundle-uri.c | 3 +++ connect.c | 4 ++-- t/t5558-clone-bundle-uri.sh | 49 +++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 54 insertions(+), 2 deletions(-) --- base-commit: ab427cd991100e94792fce124b0934135abdea4b change-id: 20250909-b4-toon-bundle-uri-no-uri-dab15bef3c00 Best regards, -- Toon Claes <toon@xxxxxxxxx>