Probably the problem is between the keyboard and chair, but ... what's up? On which end is permission denied? rsd/myroot> git clone git@github.com:boostorg/boost.git modular-boost Cloning into 'modular-boost'... Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. users/rsd> git --version git version 1.7.12.4 ??
On Mon, Nov 25, 2013 at 2:47 PM, Richard Dale
Probably the problem is between the keyboard and chair, but ... what's up? On which end is permission denied?
rsd/myroot> git clone git@github.com:boostorg/boost.git modular-boost Cloning into 'modular-boost'... Permission denied (publickey). fatal: Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists. users/rsd> git --version git version 1.7.12.4 ??
See https://help.github.com/articles/error-permission-denied-publickey for a checklist of possible problems. HTH, --Beman
Hi RIchard, On Monday, 25. November 2013 13:47:09 Richard Dale wrote:
Probably the problem is between the keyboard and chair, but ... what's up? On which end is permission denied?
Both, I think ;-)
rsd/myroot> git clone git@github.com:boostorg/boost.git modular-boost Cloning into 'modular-boost'... Permission denied (publickey). fatal: Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists.
You need a github account in order to clone via git@ urls. This is documented at https://svn.boost.org/trac/boost/wiki/StartGitHub And you have to upload a ssh key to GitHub, of course.
users/rsd> git --version git version 1.7.12.4
You can clone a read-only version via https:// https://github.com/boostorg/boost.git This is documented at https://svn.boost.org/trac/boost/wiki/TryModBoost Yours, Jürgen -- * Dipl.-Math. Jürgen Hunold ! * voice: ++49 4257 300 ! Fährstraße 1 * fax : ++49 4257 300 ! 31609 Balge/Sebbenhausen * jhunold@gmx.eu ! Germany
On Mon, Nov 25, 2013 at 3:13 PM, Jürgen Hunold
... You can clone a read-only version via https://
https://github.com/boostorg/boost.git
This is documented at https://svn.boost.org/trac/boost/wiki/TryModBoost
Those docs are being refined several times a day as we get a better understanding of the problems people encounter. --Beman
participants (3)
-
Beman Dawes
-
Jürgen Hunold
-
Richard Dale