Capistrano cannot read from remote repository

Hi Jared,

Ok, but then why can I do a push from my development machine to the remote repo?

I checked the github troubleshooting and ran the command to check that I can connect to the server:

ssh -vT git@github.com

the output I’m getting, seems like my id_rsa key is recognized:

...
Host 'github.com' is known and matches the RSA host key.
debug1: Found key in /Users/acandael/.ssh/known_hosts:4
debug1: ssh_rsa_verify: signature correct
...

Also when I run:

ssh -T git@github.com

I’m getting the message:

Hi acandael! You've successfully authenticated, but GitHub does not provide shell access.

But it seems like there is a problem with the private key.

When I run:

ssh-add -l

I get:

The agent has no identities.

thanks for your help,

Anthony