xamarin / urho

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

Submodules should use https instead of ssh #372

Open IceReaper opened 5 years ago

IceReaper commented 5 years ago

Cloning the submodules only works if you have a local ssh key which is added to your github account. Otherwise the submodules cannot be cloned due to an access denied error. As these repositories are public, using https sources will fix this problem.

Therzok commented 5 years ago

url = ../../owner/repo.git will use the same protocol as the main clone.

utekai commented 5 years ago

Yes, I complained about that at some point a long, long time ago ... but then installed a local ssh key.

@Therzok Can you show the full command?

Here's the command I used. https://github.com/xamarin/urho.git --recursive