Date: Mon, 20 Sep 2021 16:59:23 +0200 From: Rodrigo Osorio <rodrigo@osorio.me> To: freebsd-arm@freebsd.org Subject: Re: FreeBSD 13 source code using git clone fails Message-ID: <68419293-7f7d-b24d-0312-c3befd787dd7@osorio.me> In-Reply-To: <F1F1C175-2E41-4597-A356-FB7B1A73A663@kronometrix.org> References: <F1F1C175-2E41-4597-A356-FB7B1A73A663@kronometrix.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 9/20/21 2:47 PM, Stefan Parvu wrote: > Hi, > > Im trying to get the source code, for FreeBSD 13 release. I did: > > # cd /usr > # git clone -b releng/13.0 https://git.freebsd.org/src.git src > Cloning into 'src'... > fatal: unable to access 'https://git.freebsd.org/src.git/': SSL certificate problem: certificate is not yet valid > > or > > # git clone -o freebsd https://git.FreeBSD.org/src.git src > Cloning into 'src'... > fatal: unable to access 'https://git.FreeBSD.org/src.git/': SSL certificate problem: certificate is not yet valid > > !? I have ca_root_nss installed version 3.63 … Anything I need to know, or am I doing something wrong? > > Thanks, > Stefan Hi Stefan, git clone -o freebsd https://git.FreeBSD.org/src.git src works for me. with gitmir.geo.FreeBSD.org => 139.178.72.204 Cheers -- rodrigo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?68419293-7f7d-b24d-0312-c3befd787dd7>