GitoxideLabs / gitoxide

An idiomatic, lean, fast & safe pure Rust implementation of Git
Apache License 2.0
8.91k stars 303 forks source link

gix clone fails on https://git.zx2c4.com/sha256-oid-test #1544

Open gl-yziquel opened 1 month ago

gl-yziquel commented 1 month ago

Current behavior 😯

gix clone https://git.zx2c4.com/sha256-oid-test fails with Error: failed to fill whole buffer

Note that this repository contains only a README.md file which says "This repo is to test sha256 with git.".

Expected behavior 🤔

Should work.

Git behavior

git works.

Steps to reproduce 🕹

gix version gix v0.37.0-229-gc3f173c94

Byron commented 1 month ago

Thanks for letting me know, also where to get one of these repositories and that Git can already clone it!

It's some time out until SHA256 will be supported, but the ground-work is laid already and generally I see no problem in eventually supporting it.