SyntaxFix
Write A Post
Hire A Developer
Questions
On Windows Subsystem for Linux (WSL) this was the only solution that I found to work:
eval `ssh-agent` ; ssh-add ~/.ssh/id_rsa
eval
; ssh-add ~/.ssh/id_rsa
It was a problem with the ssh-agent not being properly registered in WSL.