I am using Git 2.1.4 on Cygwin. It works fine except when I try to push to a distant Windows drive. I get random write errors like this:
remote: error: failed to read delta-pack base object 6774b61156e70ecdf97f3b0d3e0491a8ebd35f67
error: unpack failed: unpack-objects abnormal exit
If I try to push 3 or 4 times in a row, it eventually works. If I push the exact same repository using MSYS Git, it works just fine.
Is this a known bug in Git and/or Cygwin? Do you know if there is any workaround?