When I try to get the submodules in this repo via git submodule update --init --recursive, I get this:
fatal: clone of 'git@github.com:malcolmstill/cl-egl' into submodule path '/Users/xach/tmp/ulubis/cl-egl' failed
Failed to clone 'cl-egl' a second time, aborting
Cloning into '/Users/xach/tmp/ulubis/cl-drm'...
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.
This happens for multiple submodules.
What should I do?
When I try to get the submodules in this repo via
git submodule update --init --recursive, I get this:This happens for multiple submodules.
What should I do?