From nobody Wed Jan 31 23:08:22 2024 X-Original-To: freebsd-questions@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4TQHlq4lXMz58VVl; Wed, 31 Jan 2024 23:08:55 +0000 (UTC) (envelope-from hawei@free.fr) Received: from smtp5-g21.free.fr (smtp5-g21.free.fr [IPv6:2a01:e0c:1:1599::14]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4TQHlq2cznz46lr; Wed, 31 Jan 2024 23:08:55 +0000 (UTC) (envelope-from hawei@free.fr) Authentication-Results: mx1.freebsd.org; none Received: from localhost.mail (unknown [IPv6:2a02:8428:32a3:9701:e401:82a6:c2b1:3352]) (Authenticated sender: hawei@free.fr) by smtp5-g21.free.fr (Postfix) with ESMTPSA id 3F7475FFC0; Thu, 1 Feb 2024 00:08:50 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=free.fr; s=smtp-20201208; t=1706742532; bh=n0Uhb40BBbao93M7T6t739q0h1vvbNinJt8qPAGQ9iw=; h=Date:From:To:In-Reply-To:References:Subject:From; b=pOlJqKfvf8sKixBKKm0jLt+32w85JRbNDDhyZ/SJDiTjezFK4w3Yqr4RQ13UZyLfo vX1J/2jEXMAnExkysVRk98YFprbsMV2kGNZ4rV4l9mpCQEIVAPaXThsOukupPjzrk1 4fKTGbnpIhYOIi4wN1IAoFsS8Pzc6xaBRbtpln/wJQBAt/DDsliAo0Q2xLrkO/EboF DJCK8H+HjWzGska21bcIf3F61LDaPlO0fo7wC1yOqV+XQZAqRBDeqQjEVmO+rIbxE9 FxnBphgT14cfKFGw4xxc3LDxfL3nRFEMvjU5ire8TK/UKggc9k+vwTY9n9fp3KEA/T 8pgZqvRYb6Tsg== Date: Thu, 1 Feb 2024 00:08:22 +0100 From: Harald Weis To: questions@freebsd.org, freebsd-questions@freebsd.org, paulf@quillandmouse.com Message-ID: In-Reply-To: <20240131204056.32mljmoueipnudaa@yosemite.mars.lan> References: <20240131204056.32mljmoueipnudaa@yosemite.mars.lan> Subject: Re: Unable to git clone ports collection List-Id: User questions List-Archive: https://lists.freebsd.org/archives/freebsd-questions List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="65bad301_4a831f12_28aa" X-Rspamd-Queue-Id: 4TQHlq2cznz46lr X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:12322, ipnet:2a01:e00::/26, country:FR] --65bad301_4a831f12_28aa Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Unsubscribe me please -- Harald Weis Le 31 janvier 2024 =C3=A0 21:40:56, Paul M =46oster (paulf=40quillandmous= e.com (mailto:paulf=40quillandmouse.com)) a =C3=A9crit: > 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 =46oster wrote: > > > > > I'm following the docs at docs.freebsd.org. There's a line which di= ctates: > > > 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. =46air 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 =7C 627.00 KiB/s > > ... > > > > Nope. That didn't work. Same error. > > Paul > > -- > Paul M. =46oster > Personal Blog: http://noferblatz.com > Company Site: http://quillandmouse.com > Software Projects: https://gitlab.com/paulmfoster > --65bad301_4a831f12_28aa Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Unsubscribe me please 

-- 
Harald Weis

Le 31 janvier 2024 =C3= =A0 21:40:56, Paul M =46oster (paulf=40quillandmouse.com) a =C3=A9crit:

On Wed,= Jan 31, 2024 at 02:46:03AM -0500, Karl Vogel wrote:

On Wed, Jan 31, 2024 at 01:15:26AM -050= 0, Paul M =46oster 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. =46air 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 =7C 627.00 KiB/s
...


Nope. That didn't work. Same error.

Paul

-- =20
Paul M. =46oster
Personal Blog: http://noferblatz.com
Company Site: http://quillandmouse.com
Software Projects: https://gitlab.com/paulmfoster

--65bad301_4a831f12_28aa--