GITHUB error during push - 411
Hi.
I have an error while pushing changes to github
git.exe push --progress "origin" master
fatal: The remote end hung up unexpectedly
fatal: expected ok/error, helper said
'2004/ÙEßB„¸c΢-ÑÖUO&kù˜š“*óÍf..“Š”—:äãpŠôw2!tlI‰‘ôdmnEDR¶ó˜2¡n‹÷4ž³¤óúÕéxÏ¥9Ýí—Áòº´}¼Ja9w
šóZ“²—eX_Èzly
úÜÈËzú(ÃPã >ÿ
‘™b¡AK¶'
error: RPC failed; result=22, HTTP code = 411
fatal: write error: Broken pipe
I had increased httpBuffer, updated msysgit and tortoise to the lastest version, bu it didn't help.
Discussions are closed to public comments.
If you need help with AppHarbor please
start a new discussion.
Keyboard shortcuts
Generic
| ? | Show this help |
|---|---|
| ESC | Blurs the current field |
Comment Form
| r | Focus the comment reply box |
|---|---|
| ^ + ↩ | Submit the comment |
You can use Command ⌘ instead of Control ^ on Mac
Support Staff 1 Posted by friism on 17 Mar, 2011 04:16 PM
You most likely need to increase the git postbuffer size:
git config --system http.postBuffer 52428800More info here
friism closed this discussion on 17 Mar, 2011 04:16 PM.
aph5 re-opened this discussion on 17 Mar, 2011 06:24 PM
2 Posted by aph5 on 17 Mar, 2011 06:24 PM
I have increased buffer to 2GB! and its still not working :(
2011/3/17 Michael Friis <
[email blocked]>
Support Staff 3 Posted by friism on 17 Mar, 2011 11:26 PM
Could you try increasing to a more modererate level (say 200MB)? Anyway, is your repository very large?
4 Posted by aph5 on 18 Mar, 2011 05:32 PM
my repository has about ~200MB
i have increased postbuffer to 256mb.
have still the same exception
2011/3/18 Michael Friis <
[email blocked]>
Support Staff 5 Posted by friism on 18 Mar, 2011 05:45 PM
Does it work if you push a newly created app (and thus smaller) from a different local repository? You repository is likely too large, can you somehow parcel out the web-parts?
6 Posted by aph5 on 18 Mar, 2011 06:54 PM
Hi, i have found a workaround.
I cloned my repo on different computer, added my libs (50mb) and it
works.....
I have no idea what was wrong.
Thx for your help!
2011/3/18 Michael Friis <
[email blocked]>
friism closed this discussion on 18 Mar, 2011 07:04 PM.