1
2
$ ssh-add
Could not open a connection to your authentication agent.
start up the ssh-agent
1
2
$ eval `ssh-agent -s`
Agent pid 17715
Try it again, it should work
1
2
3
4
5
6
$ ssh-add
Enter passphrase for /home/sotirk/.ssh/id_rsa:
Identity added: /home/sotirk/.ssh/id_rsa (/home/sotirk/.ssh/id_rsa)
$ git push -u origin master
Branch master set up to track remote branch master from origin.
Everything up-to-date