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
When trying to build the project, initializing the submodules fails with