$git clone g...@github.com:kodeplay/kodelearn.git
Cloning into kodelearn...
Permission denied (publickey).
fatal: The remote end hung up unexpectedly
so i was able to clone using git clone
https://github.com/kodeplay/kodelearn.git
did a git submodule init
git submodule update gives me following error
git submodule update
Cloning into modules/breadcrumbs...
Permission denied (publickey).
fatal: The remote end hung up unexpectedly
Clone of 'g...@github.com:kodeplay/breadcrumbs.git' into submodule path
'modules/breadcrumbs' failed
started working with stable .zip version instead.
-Satya