I've just started using git (like right this second). I've been invited to use a project that contains some submodules and I've been given permission through my Github account. When I cloned the repo, I got some errors:
$ git submodule init
Submodule 'js/Common/enginelite' ([email protected]:clientName/EngineLite.git) registered for path 'js/Common/enginelite'
$ git submodule update
Cloning into 'js/Common/enginelite'...
Permission denied (publickey).
fatal: The remote end hung up unexpectedly
Is there a way to pass credentials during this? Is there something I have to do locally or on Github? Thanks!