I know that this question is identical to another one in here, but my symptoms are different. I followed the webfaction git tutorial, and have run this on my git instance:
Just to be clear, here's what's in the
Regardless, this still happens:
The wacky thing is that I'm not even pushing up that much data: only about 120MB. Now I'm still quite new to git, so I thought I might post my local
Honestly, I'm completely out of ideas. If someone can see what I've done wrong, I'd really appreciate it. Note that I know I can do this over SSH, but that's not ideal for my scenario. asked 10 Feb '12, 18:06 danielquinn |
So after some blind tweaking (and some sleep) I realised that the problem was actually where I ran the postBuffer command. I ran it on the repo end, and not on the client side. Once I ran it client-side everything worked just fine. Sorry to confuse everyone. answered 14 Feb '12, 03:57 danielquinn |
Danielquinn you are my hero! I has this issue for a couple of weeks now, I tried several setups and nginx configurations and stuff without a useful solution. I've never thought about the client-side ^^ Thanks a million! answered 06 Nov '14, 14:44 Mahdi Fleckner |