Overriding ssh-agent for git commands

When cloning git URLs with ssh, git reads your ssh-agent keys before reading any identities. This can become a problem when you have multiple identities loaded, and not all of them are authorized to access private repositories. This can cause commands like git...

Read More