Closed PhilAndrew closed 10 years ago
Sorry my fault
This is a common error and one that's a bit difficult. with github You can clone in this manner (git@) but require a github login (i.e. you have uploaded public keys) This allows push privileges etc. The other option is to clone using https:// which we have not set the submodules up for. Cloning in the manner does not allow push access.
the bottom line is that you need a github account setup. If you do then have one this should work, if it still gives problems please come back to us.
AH no problem Phil, don't worry about posting questions, they help everyone.
This looks very interesting, I'm looking to see if I can add it to my existing C++ application.
No problem, we would be glad of any help and also we are delighted to help projects get on board. Please feel free to join https://groups.google.com/forum/#!forum/maidsafe-development and get some in depth assistance from there. It's a low volume list (for now).
On Thu, Jan 30, 2014 at 1:02 PM, philip andrew notifications@github.comwrote:
This looks very interesting, I'm looking to see if I can add it to my existing C++ application.
Reply to this email directly or view it on GitHubhttps://github.com/maidsafe/MaidSafe/issues/111#issuecomment-33685523 .
David Irvine maidsafe.net http://www.maidsafe.net/ twitter: @metaquestions blog: http://metaquestions.me
At the line which says this, it doesn't work for me:
git clone git@github.com:maidsafe/MaidSafe
orsamac:git orsa$ git clone git@github.com:maidsafe/MaidSafe Cloning into 'MaidSafe'... 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.
Here https://github.com/maidsafe/MaidSafe/wiki/Build-Instructions
Phil