0

I am able to commit the code but not able to push.

Enumerating objects: 601, done.
Counting objects: 100% (601/601), done.
Delta compression using up to 12 threads
Compressing objects: 100% (587/587), done.
Writing objects: 100% (600/600), 37.61 MiB | 28.57 MiB/s, done.
Total 600 (delta 31), reused 0 (delta 0), pack-reused 0
error: RPC failed; curl 56 OpenSSL SSL_read: error:140943FC:SSL routines:ssl3_read_bytes:sslv3 alert bad record mac, errno 0
send-pack: unexpected disconnect while reading sideband packet
fatal: the remote end hung up unexpectedly
Everything up-to-date

I have tried to reset credentials. Also tried

$ git config http.postBuffer 524288000
CryptoFool
  • 21,719
  • 5
  • 26
  • 44
Rahul
  • 1
  • 1
  • The "bad record mac" in this error demonstrates that your data are being corrupted as you send them over the network. This could be a bug in a driver, a bug in your hardware, or a bug in some software (e.g., some sort of network filter) between you and the other machine. You will have to debug your network. – torek Dec 09 '22 at 06:57

0 Answers0