xamarin / urho

Code to integrate with the Urho3D engine
Other
463 stars 122 forks source link

Can't fork repository (Unauthorized) #385

Open chrisevans9629 opened 5 years ago

chrisevans9629 commented 5 years ago

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

heaoven commented 4 years ago

@chrisevans9629 You don't set public key for github

hwd71 commented 4 years ago

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

utekai commented 4 years ago

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.