xamarin/urho

Can't fork repository (Unauthorized)

Opened this issue · 3 comments

I cannot fork the repository.

How can I contribute to the project?

I get the following error:

error

Git failed with a fatal error.
Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
clone of 'git@github.com:xamarin/urho-samples.git' into submodule path 'C:/Users/cevans.PEERDOM/Source/Repos/urho3/Samples' failed
Failed to clone 'Samples'. Retry scheduled
Cloning into 'C:/Users/cevans.PEERDOM/Source/Repos/urho3/Urho3D/Source'...
git@github.com: Permission denied (publickey).
Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
clone of 'git@github.com:xamarin/Urho3D.git' into submodule path 'C:/Users/cevans.PEERDOM/Source/Repos/urho3/Urho3D/Source' failed
Failed to clone 'Urho3D/Source'. Retry scheduled
Cloning into 'C:/Users/c/Source/Repos/urho3/Samples'...
git@github.com: Permission denied (publickey).
Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
clone of 'git@github.com:xamarin/urho-samples.git' into submodule path 'C:/Users/c/Source/Repos/urho3/Samples' failed
Failed to clone 'Samples' a second time, aborting

@chrisevans9629 You don't set public key for github

hwd71 commented

I had that problem too, on windows, and followed something like this to fix it.
https://gist.github.com/bsara/5c4d90db3016814a3d2fe38d314f9c23

I did what hwd71 offered up, to setup a key to github. The samples are actually in a second repository and if you don't have the key then you get the permission denied. When you fork or clone.

Urho is here.

Samples are here.