hotsapi / Hotsapi.Uploader

Uploads Heroes of the Storm replays to hotsapi.net
MIT License
26 stars 10 forks source link

Initializing submodules fails #14

Closed martijnhoekstra closed 7 years ago

martijnhoekstra commented 7 years ago

When trying to build the project, initializing the submodules fails with

> $ git submodule update --init --recursive
Cloning into 'C:/Users/Martijn/Source/Repos/Hotsapi.Uploader/Heroes.ReplayParser'...
Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
fatal: clone of 'git@github.com:poma/Heroes.ReplayParser.git' into submodule path 'C:/Users/Martijn/Source/Repos/Hotsapi.Uploader/Heroes.ReplayParser' failed
poma commented 7 years ago

Did you clone using http repo url? Looks like your ssh key is not loaded.

martijnhoekstra commented 7 years ago

ugh, absolutely right