Re: With big repos and slower connections, git clone can be hard to work with

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Mon, Jul 08, 2024 at 04:28:25AM +0200, ellie wrote:

[...]
> error: RPC failed; curl 92 HTTP/2 stream 5 was not closed cleanly: CANCEL
> (err 8)
[...]
> It seems extremely unlikely to me to be possibly an ISP issue, for which I
> already listed the reasons. An additional one is HTTPS downloads from github
> outside of git, e.g. from zip archives, for way larger files work fine as
> well.
[...]

What if you explicitly disable HTTP/2 when cloning?

  git -c http.version=HTTP/1.1 clone ...

should probably do this.





[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]

  Powered by Linux