So, I have a project (private repo) that has several submodules (also private). I have a server hosted on Amazon EC2 where the project will be hosted, and I want to use our private Github repository.
I created an ssh key for the main project and added it to the project deployment keys. I also created additional ssh keys for each submodule and added it to my deployment keys.
When I try to clone a project (using git @github), it does not work:
Access denied (publication). fatal: the far end unexpectedly hung up
I double-checked every repo and their deployment keys, and everything seems to be correct. Is there any other small step that I am missing?
source share