Hi,
wenn I try push many changes to bitbucket, I see following error:
Can't connect to any repository: http://x/erp.git (http://x/erp.git: 408 Request Timeout)
I use git-client in eclipse.
Thanks.
Hello Juraj and welcome to the Community!
This error is typically related to a timeout between your client and Bitbucket when you’re pushing a large amount of data. With this said, I would be interested to know the stored amount of data you’re attempting to push to Bitbucket when you’re receiving this error. If the amount of data is a large amount and it’s having issues then you’ll need to make adjusts within git to allow for a larger buffer. This is an example of what you should get your Git buffer to:
git config --global http.postBuffer 157286400
Further information may be found at Git Push Fails - fatal: The remote end hung up unexpectedly
If you’re still having issues after the above change then please do reach back out so we may find the cause.
Regards,
Stephen Sifers
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.