I've just started using git, like right this second. I've been invited to use a project that contains som submodules and I've been given permission through my github account. When I cloned the repo, I'm getting some errors:
git submodule init
Submodule 'js/Common/enginelite' (git@github.com:clientName/EngineLite.git) registered for path 'js/Common/enginelite'
looks good so far...
git submodule update
Cloning into 'js/Common/enginelite'...
Permission denied (publickey).
fatal: The remote end hung up unexpectedly
So my question is... Is there a way to pass credentials during this? Is there something I have to do locally or on github? Thanks!