Re: Unable to git clone ports collection

From: Harald Weis <hawei_at_free.fr>
Date: Wed, 31 Jan 2024 23:08:22 UTC
Unsubscribe me please

--
Harald Weis

Le 31 janvier 2024 à 21:40:56, Paul M Foster (paulf@quillandmouse.com (mailto:paulf@quillandmouse.com)) a écrit:

> On Wed, Jan 31, 2024 at 02:46:03AM -0500, Karl Vogel wrote:
>
> > On Wed, Jan 31, 2024 at 01:15:26AM -0500, Paul M Foster wrote:
> >
> > > I'm following the docs at docs.freebsd.org. There's a line which dictates:
> > > git clone https://git.freebsd.org/ports.git /usr/ports
> > > This results in a redirection error.
> >
> > Try doing it in two steps: download to a scratch directory, then copy
> > to /usr/ports. Fair warning -- it might take a bit of time:
> >
> > me% mkdir /tmp/ports
> > me% cd /tmp/ports
> >
> > me% git clone https://git.freebsd.org/ports.git
> > Cloning into 'ports'...
> > remote: Enumerating objects: 6084351, done.
> > remote: Counting objects: 100% (962/962), done.
> > remote: Compressing objects: 100% (144/144), done.
> > Receiving objects: 0% (40191/6084351), 12.20 MiB | 627.00 KiB/s
> > ...
> >
>
> Nope. That didn't work. Same error.
>
> Paul
>
> --
> Paul M. Foster
> Personal Blog: http://noferblatz.com
> Company Site: http://quillandmouse.com
> Software Projects: https://gitlab.com/paulmfoster
>