Re: FreeBSD 13 source code using git clone fails

From: Rodrigo Osorio <rodrigo_at_osorio.me>
Date: Mon, 20 Sep 2021 14:59:23 UTC
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