When trying to push to my new BitBucket repository, I keep getting this error:
Counting objects: 28, done. Delta compression using up to 4 threads. Compressing objects: 100% (28/28), done. Writing objects: 100% (28/28), 10.82 MiB | 7.29 MiB/s, done. Total 28 (delta 1), reused 0 (delta 0) error: RPC failed; curl 56 SSL read: error:140943FC:SSL routines:ssl3_read_bytes:sslv3 alert bad record mac, errno 0 fatal: The remote end hung up unexpectedly fatal: The remote end hung up unexpectedly Everything up-to-date I get the same error in SourceTree as well. I tried messing with the config file to increase buffer size as shown below:
git config --global http.postBuffer 524288000 I would like to just push from the command prompt. I should also note that some folders were able to push to repository but others were not.
Wondering what to do. I noticed there is another post about this issue here, but I wanted to state my case where I have tried all of these and to no avail.