From nobody Wed Jan 31 07:46:03 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 4TPvH841Kvz58gXP for ; Wed, 31 Jan 2024 07:46:12 +0000 (UTC) (envelope-from vogelke@pobox.com) Received: from pb-smtp21.pobox.com (pb-smtp21.pobox.com [173.228.157.53]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4TPvH76DFHz4v9H for ; Wed, 31 Jan 2024 07:46:11 +0000 (UTC) (envelope-from vogelke@pobox.com) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=pobox.com header.s=sasl header.b=c78eIbt1; dmarc=pass (policy=none) header.from=pobox.com; spf=pass (mx1.freebsd.org: domain of vogelke@pobox.com designates 173.228.157.53 as permitted sender) smtp.mailfrom=vogelke@pobox.com Received: from pb-smtp21.pobox.com (unknown [127.0.0.1]) by pb-smtp21.pobox.com (Postfix) with ESMTP id 2986A2E634; Wed, 31 Jan 2024 02:46:09 -0500 (EST) (envelope-from vogelke@pobox.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=pobox.com; h=date:from :to:subject:message-id:reply-to:references:mime-version :content-type:in-reply-to; s=sasl; bh=sPbD5HHORRjuvfglCytjaYgMpc SVy6BzYo2ot7+Ozfw=; b=c78eIbt1ARMojWGmwiXmD4fR+UIWdVIE7ZSjRcmowv PlBPl2FVe6SlJIQ2wa5I6iBOuqmYjCvUC1ZJqKFql3KbDZBvf081Qq+G+xZyD79/ bLfAYUDNLwbFFmSL0nchiA73C2jkl1wEZ1/xJWZRO/Ypx7NX/DTV6OM4cgmGrXEb U= Received: from pb-smtp21.sea.icgroup.com (unknown [127.0.0.1]) by pb-smtp21.pobox.com (Postfix) with ESMTP id 238132E633; Wed, 31 Jan 2024 02:46:09 -0500 (EST) (envelope-from vogelke@pobox.com) Received: from localhost (unknown [98.29.137.148]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pb-smtp21.pobox.com (Postfix) with ESMTPSA id 977372E632; Wed, 31 Jan 2024 02:46:05 -0500 (EST) (envelope-from vogelke@pobox.com) Date: Wed, 31 Jan 2024 02:46:03 -0500 From: Karl Vogel To: freebsd-questions@freebsd.org Subject: Re: Unable to git clone ports collection Message-ID: Reply-To: vogelke@pobox.com References: <20240131061508.5nttnygaqrwvm6xi@yosemite.mars.lan> 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: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240131061508.5nttnygaqrwvm6xi@yosemite.mars.lan> X-PGP-Fingerprint: B9B0 D8CF 0413 515D BED4 B507 C123 B01E C8AE 08E9 X-PGP-URL: X-Pobox-Relay-ID: CA02C1F0-C00C-11EE-872F-A19503B9AAD1-01134313!pb-smtp21.pobox.com X-Spamd-Bar: ----- X-Spamd-Result: default: False [-5.10 / 15.00]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; DWL_DNSWL_LOW(-1.00)[pobox.com:dkim]; NEURAL_HAM_SHORT(-1.00)[-0.999]; DMARC_POLICY_ALLOW(-0.50)[pobox.com,none]; R_SPF_ALLOW(-0.20)[+ip4:173.228.157.0/24]; R_DKIM_ALLOW(-0.20)[pobox.com:s=sasl]; RCVD_IN_DNSWL_LOW(-0.10)[173.228.157.53:from]; MIME_GOOD(-0.10)[text/plain]; ASN(0.00)[asn:29838, ipnet:173.228.157.0/24, country:US]; MISSING_XM_UA(0.00)[]; MIME_TRACE(0.00)[0:+]; FROM_HAS_DN(0.00)[]; ARC_NA(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; RCVD_VIA_SMTP_AUTH(0.00)[]; TO_DN_NONE(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; RCVD_TLS_LAST(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; REPLYTO_ADDR_EQ_FROM(0.00)[]; RCVD_COUNT_THREE(0.00)[3]; HAS_REPLYTO(0.00)[vogelke@pobox.com]; MLMMJ_DEST(0.00)[freebsd-questions@freebsd.org]; DKIM_TRACE(0.00)[pobox.com:+] X-Rspamd-Queue-Id: 4TPvH76DFHz4v9H 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 ... -- Karl Vogel I don't speak for anyone but myself There is considerable overlap between the intelligence of the smartest bears and the dumbest tourists. --overheard during development of bear-proof trashcans at Yellowstone