Why are people having this problem?
$ git clone --recursive git@github.com:acani/Chats.git Cloning into \'Chats\'... Permission denied (publickey). fatal: Could not
As a workaround, you can try using https url for any github repo:
cd myParentRepo git config url.https://github.com/.insteadOf ssh://git@github.com/ # or git config url.https://github.com/.insteadOf git@github.com: