When l try to use git push
, an error reports:
Fatal: fatal: unable to access 'https://github.com/xxx': OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443
My git version is 2.16.2 for windows
It worked well before this day, and reinstalling git seems to not work.
Can anyone help me with that? Thanks in advance!
After reinstalling Git did nothing, I found an issue on GitHub that helped me solve it.
In your terminal run this command first:
Then this one:
You may need to change your path depending on where you have it installed.
If you are behind a proxy, try the following: