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 - Error writing request body to server
Summary: Error writing request body to server
Status: RESOLVED WORKSFORME
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Git (show other bugs)
Version: 7.2
Hardware: PC Windows 8.1 x64
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-16 09:03 UTC by greyhard
Modified: 2017-03-31 17:10 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (54.43 KB, text/plain)
2012-08-16 09:03 UTC, greyhard
Details

Note You need to log in before you can comment on or make changes to this bug.
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