-1

I tried to put my code into a GitHub repository and when I add a remote name it said: fatal: unable to access 'https://github.com/abc.git/': error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version

  • https://stackoverflow.com/search?q=%5Bgithub%5D+error%3A1407742E%3ASSL+routines%3ASSL23_GET_SERVER_HELLO%3Atlsv1+alert+protocol+version – phd Feb 18 '21 at 10:28

1 Answers1

0

You may have an outdated version of git installed, since GitHub disabled tlsv1 connections time ago.

Try updating git to its latest version.

Guillermo Brachetta
  • 3,857
  • 3
  • 18
  • 36