Git Pull works; Git push fails
Posted
by Michael
on Stack Overflow
See other posts from Stack Overflow
or by Michael
Published on 2010-04-11T08:26:53Z
Indexed on
2010/04/11
8:33 UTC
Read the original article
Hit count: 280
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?
© Stack Overflow or respective owner