Tuesday, 9 June 2020

Could not open a connection to your authentication agent.

You are getting this error because ssh-agent is not started, so please start your ssh-agent using following command.


eval `ssh-agent -s`
 


After ran above command next run your ssh-add command
ssh-add YOUR-SSH-KEY

No comments:

Post a Comment