When I try to checkout branch 2.x I get this: root@freeradius:/usr/src# git clone git@github.com:FreeRADIUS/freeradius-server.git Cloning into 'freeradius-server'... Warning: Permanently added the RSA host key for IP address '192.30.252.128' to the list of known hosts. Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. David
On 18-02-15 15:20, David Peterson wrote:
When I try to checkout branch 2.x I get this:
root@freeradius:/usr/src# git clone git@github.com:FreeRADIUS/freeradius-server.git
Cloning into 'freeradius-server'...
Warning: Permanently added the RSA host key for IP address '192.30.252.128' to the list of known hosts.
Permission denied (publickey).
fatal: Could not read from remote repository.
Use the HTTPS repo: https://github.com/FreeRADIUS/freeradius-server.git The repo via the git-protocol is only available to people with write access. -- Herwin Weststrate
Cool that worked, thanks! David -----Original Message----- From: Freeradius-Users [mailto:freeradius-users-bounces+davidp=wirelessconnections.net@lists.freeradius.org] On Behalf Of Herwin Weststrate Sent: Wednesday, February 18, 2015 9:54 AM To: FreeRadius users mailing list Subject: Re: Git issue On 18-02-15 15:20, David Peterson wrote:
When I try to checkout branch 2.x I get this:
root@freeradius:/usr/src# git clone git@github.com:FreeRADIUS/freeradius-server.git
Cloning into 'freeradius-server'...
Warning: Permanently added the RSA host key for IP address '192.30.252.128' to the list of known hosts.
Permission denied (publickey).
fatal: Could not read from remote repository.
Use the HTTPS repo: https://github.com/FreeRADIUS/freeradius-server.git The repo via the git-protocol is only available to people with write access. -- Herwin Weststrate - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
participants (2)
-
David Peterson -
Herwin Weststrate