I'm using Git on Windows, and a week ago I set up my SSH keys. I cloned my repos and it worked fine.
Then, today I tried to make a pull and this happens:
$ git pull
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 to run a ssh-add-l
and returned this:
$ ssh-add -l
The agent has no identities.
However my key files are on the same place. I faced this problem a while ago on a Mac, but then I just did another key and it worked. What can I do without generating another SSH key?