Date: Fri, 25 Dec 2020 07:14:56 -0000 From: "Thomas Mueller" <mueller6722@twc.com> To: freebsd-questions@freebsd.org Subject: Re: Where can I find the new git repository? References: <CADnZ6B=kwXjRMcg-vvunBN5Gms4dvK2XsO4E2qe_vWTXB%2B64Ew@mail.gmail.com>
| previous in thread | raw e-mail | index | archive | help
from Vasily Postnicov <shamaz.mazum@gmail.com> Date: Fri, 25 Dec 2020 09:39:21 +0300 > I used to get FreeBSD's source code from github mirror at > github.com/freebsd/freebsd. After FreeBSD has switched from SVN to git, > that mirror is no longer updated (the last commit is 5 days old now). How > can I clone the new repo? > Tried git clone git://cgit.freebsd.org/src or git clone > https://cgit.freebsd.org/src without success. You were close: git clone https://git.freebsd.org/doc.git git clone https://git.freebsd.org/src.git You may have to set GIT_SSL_CAINFO if your certificates are not visible to git: I had to do that in NetBSD but not FreeBSD. Tom
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?>