Where can I find the new git repository?

Yuri Pankov yuripv at yuripv.dev
Fri Dec 25 11:57:57 UTC 2020


Vasily Postnicov wrote:
> Thanks!
> 
> пт, 25 дек. 2020 г. в 10:15, Thomas Mueller <mueller6722 at twc.com>:
> 
>> 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.

Also, according to https://wiki.freebsd.org/git, work is in progress to 
resume mirroring to external repos (github, gitlab, etc.), so you will 
be able to use github's one when this is sorted out.


More information about the freebsd-questions mailing list