Re: git fails to clone from git.FreeBSD.org
- In reply to: Dennis Clarke : "git fails to clone from git.FreeBSD.org"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 09 Sep 2024 01:50:19 UTC
The onboard SSD is not _fast_ per se. git against git.freebsd.org updates fine for me, tho. On 2024-09-08 21:41, Dennis Clarke wrote: > > This is something I see : > > e# poudriere ports -c -B main -m git+ssh -U > ssh://anongit@git.FreeBSD.org/ports.git -p latest > [00:00:00] Creating latest fs at /poudriere/ports/latest... done > [00:00:00] Cloning the ports tree...client_loop: send disconnect: > Broken pipe > fetch-pack: unexpected disconnect while reading sideband packet > fatal: early EOF > fatal: fetch-pack: invalid index-pack output > [00:02:22] Error: fail > [00:02:22] Error while creating ports tree, cleaning up. > e# > > Does not happen when I use the mirror at github : > > e# > e# poudriere ports -c -B main -m git+ssh -U > https://github.com/freebsd/freebsd-ports.git -p latest > [00:00:00] Creating latest fs at /poudriere/ports/latest... done > [00:00:01] Cloning the ports tree... done > e# > > Also, is the SiFive Unmatched board horrifically slow due to > some I/O problem with the onboard M.2 SSD ? > >