0
I am trying to clone a repository I have created in Gitlab on my machine, but the following error is returned to me :
I used the Github login to log into Gitlab and create the repository there. When I try to CLONE, I use Github user authentication, but this error is shown to me.
What should I do
Already tried to clone the repository from the URL
[email protected]:raphaelpradoo/DiabetesMonitor.git
?– Woss
The following error was returned to me by cloning like this: Cloning into 'C: Diabetesmonitor Projects'... fatal: Could not read from remote Repository. Please make sure you have the correct access Rights and the Repository exists.
– Raphael Prado de Oliveira
And does not appear a "Permission denied" in this message, no? If yes, missing configure the access via public key, I believe.
– Woss
No. Just the mistakes I described above
– Raphael Prado de Oliveira
As @Andersoncarloswoss said up there, the problem seems to be the lack of the public key of your machine set up in Gitlab.
– eduardosouza
Where do I set up this key ?
– Raphael Prado de Oliveira