Error: Rpc Failed; Curl 56 Openssl Ssl_Read: Error:140943Fc:Ssl Routines:Ssl3_Read_Bytes:Sslv3 Alert Bad Record MAC, Errno 0

error: RPC failed; curl 56 OpenSSL SSL_read: error:140943FC:SSL routines:ssl3_read_bytes:sslv3 alert bad record mac, errno 0

So I ran into the same issue and contacted github.com/contact. In the end, they gave the hint that solved it for me. I needed to change the git config to use TLSv1.2 instead of SSLv3:

git config http.sslVersion tlsv1.2

As GitHub support told me, in the beginning, the issue could be related to a change which they deployed a few months ago, that disables support for deprecated legacy TLS and SSH algorithms, including those that were used in older versions of some Git clients. You can find more information and advice here:

https://githubengineering.com/crypto-removal-notice/

SourceTree Github When Pushing Large Files (MapBox Framework) Return Error

@GuiFalourd, @VonC. Thanks for your help. In Github LFS not tracking some files in my Repo which size more then 2MB. That's why i was faced this issue.

Here is the latest and final Github LFS file tracking list.

Screenshot



Related Topics



Leave a reply



Submit