I have a virtual virtual machine with an Ubuntu server working with a network installed on a bridge.
I installed git, initialized the repo, added my key to my github account, and started ssh -T git@github.comeverything without errors.
My problem arises when I try to actually pull the repo. No matter which repo I'm trying to pull, I get an errorPermission denied (publickey). fatal: The remote end hung up unexpectedly
So, any work tips?
Thank.
source
share