Where can I find the new git repository?

Thomas Mueller mueller6722 at twc.com
Fri Dec 25 07:14:56 UTC 2020


from Vasily Postnicov <shamaz.mazum at 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



More information about the freebsd-questions mailing list