I have a problem with git submodule update --init --remote
.
I receive errors: Permission denied and Failed to clone. But I added SSH keys to my github repository. I can pull, push, git clone.
I have all needed accesses.
I use OS Windows 10.
I changed in .gitmodules file url=git@github.com:xxx
to url=https://github.com/xxx
, but not helped.