Panic while cloning

During the very first clone:

$ pijul clone https://nest.pijul.com/pijul_org/pijul
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value:
Error(Hyper(Error(IncompleteMessage)), "https://nest.pijul.com/pijul_org/pijul/.pijul/patches/AdBhHuDNbZgR8tAuxThNWgSuGHuFdwgC43y2FFaayUTik3SyL6Uz5rMLc1SC62Y7dkKe7oRjVqndijSDZCzcwWzN.gz")', src/libcore/result.rs:997 

$ pijul -V
pijul 0.12.0

$ uname -a
Darwin Boriss-MacBook-Pro.local 18.5.0 Darwin Kernel Version 18.5.0: Mon Mar 11 20:40:32 PDT 2019; root:xnu-4903.251.3~3/RELEASE_X86_64 x86_64

I’ll try to get a tarball with the sources and figure out but maybe you guys have a quicker idea.

Seems at this stage of the project a GitHub mirror (read only?) might be useful. Just a thought :slight_smile:

Thanks,
–Boris

P.S.
The log

$ RUST_LOG="pijul=debug" pijul clone https://nest.pijul.com/pijul_org/pijul > pijul-clone.log 2>&1

doesn’t seem to be any useful. Last lines:

[2019-05-01T07:57:23Z DEBUG pijul::commands::remote] downloading uri "https://nest.pijul.com/pijul_org/pijul/.pijul/patches/8M8raKtuUe4LEuHj179y12BsmcLs71zkcingTsaydRYZoqQc6T8qrWeQFnnjjmXqXnvBk3VoNWMwD7QoWVNAYLoM.gz"
[2019-05-01T07:57:23Z DEBUG pijul::commands::remote] "https://nest.pijul.com/pijul_org/pijul/.pijul/patches/8M8raKtuUe4LEuHj179y12BsmcLs71zkcingTsaydRYZoqQc6T8qrWeQFnnjjmXqXnvBk3VoNWMwD7QoWVNAYLoM.sig"
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Error(Hyper(Error(IncompleteMessage)), "https://nest.pijul.com/pijul_org/pijul/.pijul/patches/8M8raKtuUe4LEuHj179y12BsmcLs71zkcingTsaydRYZoqQc6T8qrWeQFnnjjmXqXnvBk3VoNWMwD7QoWVNAYLoM.gz")', src/libcore/result.rs:997:5

Why? What would it achieve, that cargo install, or the provided tarball don’t?

Also, would you be volunteering to maintain it? If so, go ahead!