ClementDreptin / OpenNeighborhood

Cross-platform clone of Xbox 360 Neighborhood.
Apache License 2.0
46 stars 4 forks source link

Permission denied (publickey) #6

Closed TechproTaz closed 2 years ago

TechproTaz commented 2 years ago

git clone --recursive git@github.com:ClementDreptin/OpenNeighborhood.git Cloning into 'OpenNeighborhood'... git@github.com: Permission denied (publickey). fatal: Could not read from remote repository.

Please make sure you have the correct access rights and the repository exists.

ClementDreptin commented 2 years ago

It looks like you don't have your SSH public key registered in your GitHub account. There are 2 solutions to your problem:

GitHub recommends cloning repositories using SSH and is being more and more restrictive on operations over HTTPS, so I recommend adding your SSH public key to your GitHub account.

Hope it helps.

TechproTaz commented 2 years ago

Thanks! the second one worked!!