I have two git accounts, one for work and one for personal use. I am trying to set up two SSH keys. I have them generated, and I can push to my work repo without problems.
I followed this guide to set everything up. When I reach
SSH-add ~/.SSH/id_rsa_client
I got the error
Could not open a connection to your authentication agent.
I continued with setup anyway. Now when I try to push to my private repo, I get
Permission denied (publickey)
fatal: The remote end hung up unexpectedly
How can I set this up in Windows 7?