Reputation: 10056
So I'm trying to push a file to GitHub and I'm getting this error:
sh-3.2# git push -u origin master
SecGenericPasswordCreate failed
Enter passphrase for key '/var/root/.ssh/id_rsa':
Connection closed by 207.97.227.239
fatal: The remote end hung up unexpectedly
I have already setup a public key... but when I try to push, I get this error. What am I doing wrong?
Upvotes: 0
Views: 1025
Reputation: 1647
Check following things:
Upvotes: 1