I have added and committed files on a repo locally but when I push to Github, I get this error:
fatal: unable to access 'https://github.com/anandg112/NodeJS-
programs.git/': error:1409441B:SSL routines:SSL3_READ_BYTES:tlsv1
alert decrypt error
Can someone help me troubleshoot and find the root cause of this error?
I am running git version 2.16.3 and MacOS High Sierra
When I check my .gitconfig file in root. I see this
[user]
email = anand@gmail.com
name = anandg112
[core]
editor = vim
[http]
[htttp]
sslVersion = tlsv1.1
sslVersion = tlsv1.2
sslVersion = tlsv1.3