Daniel's working notes

How to start ssh-agent

When I try to clone one of my project, I have this error on Terminal

ssh-add ~/.ssh/id_rsa
Error connecting to agent: Connection refused

To fix this we should start ssh-agent by running this command

eval “$(ssh-agent)”

Linked Notes: