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

4

could not open a connection to your authentication agent

eval `ssh-agent -s`
ssh-add
Posted by: Guest on February-25-2020
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

Could not open a connection to your authentication agent.

$ eval `ssh-agent -s`
Posted by: Guest on March-02-2020

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

Browse Popular Code Answers by Language