I forgot to mention. This is Ubuntu 13.04 and the latest 3.0 from get.pharo.org Esteban A. Maringolo 2014-04-22 11:07 GMT-03: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.
If I clone the project as: git clone https://github.com:sebastianconcept/Mapless.git
It works okay.
Any suggestion?
Esteban A. Maringolo