I am getting the error:
VehicleXray git:(master) ✗ git push live master
Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists.
The command "git remote -v" shows:
live ssh://root@vehiclexray.com/var/repo/VehicleXray.git (fetch)
live ssh://root@vehiclexray.com/var/repo/VehicleXray.git (push)
origin https://github.com/enayet123/VehicleXray.git (fetch)
origin https://github.com/enayet123/VehicleXray.git (push)
I am clearly new to GitHub and minimal understanding on how to use it. I have already attempted to create a SSH key with the private key stored locally on my laptop and the public keys given to both my server and GitHub. What am I doing wrong?