git clone works; git submodule fails “Permission denied”
Git tries to clone the submodule using ssh and not https. If you haven’t configured your ssh key this will fail. You can setup ssh-agent to cache the password for the ssh key and get git to use that. Or change to https. Git is a bit confusing regarding submodules. They are configured in the … Read more