I'm getting the following error when I try to run "git push":
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.
I tried generating a personal access token on GitHub, but that didn't resolve the issue.
How do I fix the public key? Or is there a way to connect without the key?