Hi there. This is blatantly a RTFM issue but I’m really not getting anywhere.
I’ve managed to SSH into my shared hosting (Greengeeks cPanel) and I’ve set up a key so I can access github, placing the .pub key in github. I’ve then managed to clone my repo which is a skeleton Learn2 that I pushed to git from my laptop.
I then go into the web admin and try to setup gitsync and I get the following:
User entered is the github user name (not email)
Pwd entered is the pwd used to gain access to the github site via web browser
Repo name is the ssh one as if I enter the http one it give an error from git saying it’s not supported any more.
git@github.com:joel-marks/my-repo.git
On testing by clicking Verify I get the following:
git@github.com: Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists.
Any help greatly appreciated