I am trying to push my project to a github repo created in my github account. When I try to push it, I get the following error:
git@github.com: Permission denied (publickey). fatal: Could not read from remote repository.
I have generated an SSH key and added it to my github account. However, I'm still getting this error.
How do I successfully push my project to my github repo?