27 Nov
2017
27 Nov
'17
2:08 p.m.
On Mon, 2017-11-27 at 18:49 +0000, Jonathan Anthony wrote:
I am trying to download the source on another machine. If I follow: git clone git@github.com:FreeRADIUS/freeradius-server.git cd freeradius-server git fetch origin v3.1.x:v3.1.x git checkout v3.1.x
I get error: $ git fetch origin v3.1.x:v3.1.x fatal: Couldn't find remote ref v3.1.x
v3.1.x was an unreleased development version. It was removed mainly due to security issues, see http://freeradius.org/security/fuzzer-2017.html use v3.0.x instead. -- Matthew