1
I’m trying to do a git pull and git push to upload files to my repository on 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 don’t know if it has any relationship but I installed Android Studio recently and now github does not work.
NOTE : I use Windows 8.
EDITED :
I updated both git and Windows but the error continues. Apparently the error has to do with the openssl library git uses. I installed openssl for Windows but it didn’t resolve the error. I swapped the( folders of openssl installed with the one you have in git but also didn’t resolve).
Does anyone know how to update this library that is used by git ?
You are using the command line of
git
or some tool on top of thegit
?– Dherik
came to try that?
– Rodrigo