Hi there,
I seem to be having trouble pushing my git to Github
I get the following error
~/dr (main)$ git push -u origin main
Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists.
I already created an ssh-keygen by doing ssh-keygen -t rsa I then copied the id_rsa.pub into GitHub's SSH access key
My origin is: github@github.com:<username>/<repository>.git
Not sure whats wrong.