On 17 Jul 2013, at 07:59, Stefan Winter <[email protected]> wrote:
> Hi, > > I'd love to try. > > looking at GITHUB's master branch, I see that the latest commit was 5 > months ago, and the last tag is 3_0_0_beta1 ? You're possibly looking at Alan's repo? > Anything wrong with github? No, we switched to hosting FreeRADIUS as an organisation on GitHub instead of it being one of Alan's personal projects. The URL for the repo changed, you may need to update your 'git remotes'. git remote show origin * remote origin Fetch URL: [email protected]:FreeRADIUS/freeradius-server.git Push URL: [email protected]:FreeRADIUS/freeradius-server.git The repo URLs should look like that. If they don't: git remote set-url origin [email protected]:FreeRADIUS/freeradius-server.git -Arran Arran Cudbard-Bell <[email protected]> FreeRADIUS Development Team - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

