2014-04-22 15:07 GMT+01:00 Esteban A. Maringolo <emaringolo@gmail.com>:
I'm attempting to load Sebastian's latest contribution [1] and when doing so I'm getting an error related with git:
"Permission denied (publickey). fatal: Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists."
Looking into the code, I found it is executing this to clone the repo: git clone git@github.com:sebastianconcept/Mapless.git
Which if I run in the command prompt I get the same output. As far as I can understand it is trying to access github with the user git.
With those URLs you are telling github to authenticate you using the public keys associated to your github account. I´m guessing you have none? Cheers, Sergi