Hello,
I am having difficulty with some simple SSH-related tasks that normally work. When I try to clone or pull from a git repository, I get:
fatal: Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists.
...and when I try the normal ssh command (ssh username@ssh.pythonanywhere.com), it will connect, then immediate display Connection to ssh.pythonanywhere.com closed.
I tried clearing out my .ssh folder, but these errors still persist... any ideas? Thanks.