Update Git client in windows

0

Suddenly my git client stopped working and sends me this error:

C:\Users\Administrador.000\Documents\NetBeansProjects\datastructurestypescript>git pull
  

fatal: unable to access ' link ': error: 1407742E: SSL routines: SSL23_GET_SERVER_HELLO: tlsv1 alert protocol version

The version I have installed is 1.9.5-preview2015019 .

I would like to know what this error is and if there is a way to fix it without reinstalling it, that is the first thing I will try.

    
asked by Ruslan López 25.02.2018 в 16:55
source

1 answer

1

The problem is how you can see that the version tells me that it was downloaded in 2015 and at the time of installation I did not indicate that I wanted to check if there were new updates daily.

From console there is a command to update without reinstalling which is the following in the case of windows:

git update-git-for-windows 
    
answered by 25.02.2018 / 17:34
source