I'm trying to clone a repo into PythonAnywhere, but I'm getting a permission denied (publickey) error.
I followed the instructions on Pythonanywhere to set up ssh keys and pasted them into GitHub like normal, but I'm still receiving the error.
git clone git@github.com:hackerlikecomputer/CPD-Adult-Arrests-Scraper.git
Cloning into 'CPD-Adult-Arrests-Scraper'...
key_load_public: invalid format
Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.