Checkout problems

Gordon Bergling gbe at freebsd.org
Thu Dec 24 14:07:49 UTC 2020


Hi Uli,

On Wed, Dec 23, 2020 at 05:49:03PM +0100, Ulrich Spörlein wrote:
> On Wed, Dec 23, 2020 at 5:39 PM David Wolfskill <david at catwhisker.org>
> wrote:
> 
> > On Wed, Dec 23, 2020 at 05:35:26PM +0100, Gordon Bergling wrote:
> > > Fellow developers,
> > >
> > > I try to checkout the new FreeBSD git sources, but even afer after
> > > 3 days I had not luck.
> > >
> > > The command I tried was the following,
> > >
> > > git clone -o freebsd --config
> > remote.freebsd.fetch='+refs/notes/*:refs/notes/*'
> > https://git.freebsd.org/src.git
> > >
> > > But even on freefall, it wasn't successful.
> > >
> > > Has anyone an idea about what the problem my be?
> >
> >
> Well, you're not showing us any logs, so it's hard to tell for sure. Please
> add -v (maybe two or three times) and actually show us the error you are
> getting.
> 
> Cheers
> Uli
> 
> PS: any reason you need a checkout on freefall itself?

I tried the checkout with '-vvv' applied. A shortened log is the following,

[...]
want 9399617194d8919c03460eeeb49aa5e7bb930047 (refs/tags/vendor/zstd/1.4.1)
want e103cc7d192afc1de4ebc29e6e467651c6436112 (refs/tags/vendor/zstd/1.4.2)
want 41746347b22e30608746cf036cb3b36bc24d2ab3 (refs/tags/vendor/zstd/1.4.4)
want f57d3351ea7669d274e6763623c24bc2f14e0bcb (refs/tags/vendor/zstd/1.4.5)
done
POST git-upload-pack (gzip 164615 to 81924 bytes)
remote: Enumerating objects: 4249437, done.
remote: Counting objects: 100% (4249437/4249437), done.
remote: Compressing objects: 100% (829788/829788), done.
Receiving objects:  14% (594922/4249437), 152.45 MiB | 6.29 MiB/s

Afterwards it just stalls and sometimes the checkout process went to about 30% before it
stalls.

The checkout on freefall was just a test that my network connection isn't problem.

--Gordon


More information about the freebsd-git mailing list