Git SSH RSA keys
Posted
by Michael
on Server Fault
See other posts from Server Fault
or by Michael
Published on 2010-04-11T08:13:51Z
Indexed on
2010/04/11
8:23 UTC
Read the original article
Hit count: 166
git
I thought I set up my key pairs correctly -- I can do git pulls. I can do git commits. But when I do a git push, it counts objects, decompresses, then says: fatal: the remote end hung up unexpectedly.
What's the issue here?
I'm a super user, so it's not folder writable / readable access problems -- it must be the way I set up the encryption key pair... how do I debug this ... since git pull works?
© Server Fault or respective owner