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 g...@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

Reply via email to