Most of my repositions suddenly had a strange problem. I used various types of files (.html, .pdf, .png, .js, .css, etc.) for normal operation via SSH for Bitbucket without any problems.
A few days ago, I started getting the following error when trying to click:
A message was received about disconnecting from 104.192.143.3: 2: the package was fatal: the remote end unexpectedly hung up
It seems that when images or PDFs are included in my commits. For minor changes to text files I can click without problems.
I tried to click through HTTPS and got the following error:
error: RPC error; result = 56, HTTP code = 0
fatal: the remote end hung up unexpectedly.
Tried to increase httpPostBuffer:
(git config http.postBuffer 524288000)
but without success. Tried to create a .gitattributes file for proper file processing, and then deleted the cached index, again without success.
I am working on Ubuntu 14.04 LTS. Git version 1.9.1.
I tried to reproduce the error on a Windows machine by cloning a repo and making similar changes, but I could not, because it was moving normally.
I am stuck.
Any help assigned.
Thanks in advance,
George Georgopoulos