I followed a tutorial and set up an app on PythonAnywhere. Now I want to link the app to git hub, but it turns out surprisingly hard. So I need help.
I followed the instructions here, got things all set up in GitHub, but still got this error message:
Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Yes, the repo exisits and git add remote
has been done (and checked). Any tips?