Answers for "Could not open a connection to your authentication agent. 32"

1

ssh-add could not open a connection to your authentication agent

# wsl2 solution with vscode to connect to Github repository (not sure why it works with the agent but not otherwise keys are in Ubuntu ie. could be with it being in a VM)
eval $(ssh-agent)
ssh-add
Posted by: Guest on July-25-2020
0

git bash Could not open a connection to your authentication agent. when adding ssh

ssh-agent bash
ssh-add
Posted by: Guest on March-04-2020

Code answers related to "Could not open a connection to your authentication agent. 32"

Browse Popular Code Answers by Language