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:
Today I learn
I believe that we can learn something new everyday, that’s why I set this page to record what I learn during the day.