Error Fix

You may get Could not open a connection to your authentication agent.
error to resolve that you need to start the agent first by:
eval `ssh-agent -s`
Now add your ssh key back-
ssh-add ~/.ssh/id_rsa
where id_rsa is a ssh key associated with git repo
💡 id_rsa is deafult name used while creating ssh key