I use intellij terminal to get git repo. But when I try to pull or push I get this error:
1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version.
How can I fix the problem? Help me please.
I use intellij terminal to get git repo. But when I try to pull or push I get this error:
1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version.
How can I fix the problem? Help me please.
Update your git binaries and/or IDE. Your tooling is attempting a TLS 1.0 handshake which is no longer supported by GitHub.
https://githubengineering.com/crypto-removal-notice/
On February 8, 2018 we’ll start disabling the following:
TLSv1/TLSv1.1: This applies to all HTTPS connections, including web, API, and git connections to https://github.com and https://api.github.com.
diffie-hellman-group1-sha1: This applies to all SSH connections to github.com
diffie-hellman-group14-sha1: This applies to all SSH connections to github.com