This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 216957

Summary: Error writing request body to server
Product: versioncontrol Reporter: greyhard
Component: GitAssignee: Ondrej Vrabec <ovrabec>
Status: RESOLVED WORKSFORME    
Severity: normal CC: git
Priority: P3    
Version: 7.2   
Hardware: PC   
OS: Windows 8.1 x64   
Issue Type: DEFECT Exception Reporter:
Attachments: IDE log

Description greyhard 2012-08-16 09:03:24 UTC
Created attachment 123191 [details]
IDE log

Can't push git repo to BitBucket using menu git->push
Comment 1 Ondrej Vrabec 2012-08-16 10:21:26 UTC
I don't know, maybe the connection timeout-ed? For how long is the push running before you get the error? There seems to be a 45s timeout (probably should be indefinite) but i need to know if that could be the case.
Comment 2 greyhard 2012-08-16 11:09:14 UTC
then select master branch and click done got a error in 9-10 sec every time
Comment 3 Ondrej Vrabec 2012-08-16 11:11:51 UTC
(In reply to comment #2)
> then select master branch and click done got a error in 9-10 sec every time
well, then it's not because of the timeout. Are you pushing a lot of changes?
Comment 4 greyhard 2012-08-16 11:21:24 UTC
Yes. I create a progect some time ago. Click in netbeans init Git. Then working with it. At the end i want exptort all to git repo. and get a error.
 30M	.//rospulsar.ru
Comment 5 Ondrej Vrabec 2012-08-16 11:25:40 UTC
try adding this into yout .git/config file:

[http]
postBuffer = 524288000

Restart the IDE and let me know
Comment 6 greyhard 2012-08-16 12:10:10 UTC
Now all works fine :) thanks.
Comment 7 Ondrej Vrabec 2012-08-16 12:13:55 UTC
(In reply to comment #6)
> Now all works fine :) thanks.
great. Let's leave the status as WORKSFORME