Problem with push and pull on github

1

I'm trying to do a git pull and a git push to send files to my repository in github but in both cases it gives this error:

 error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version

Does anyone know how to solve this problem?

I do not know if it has a relationship but I installed Android Studio recently and now github does not work.

NOTE: I use Windows 8.

EDIT:

I've updated both git and Windows but the error continues. Apparently the bug has to do with the openssl library that git uses. I installed openssl for Windows but it did not resolve the error. I changed the folders (from openssl installed with the one in git but also did not resolve).

Does anyone know how to update this library that is used by git?

    
asked by anonymous 01.03.2018 / 20:50

1 answer

0

You need to update git to the latest version link

    
01.03.2018 / 21:09