Could not open a connection to your authentication agent.

Leave a Comment
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

0 comments:

Post a Comment