[Solved] Git Error: OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443

An error was reported when using git to create a new branch, as follows:

fatal: unable to access ‘ https://github.com/xiaobingchan/machine_ learn/‘: OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github. com:443

Solution:

git config --global --add remote.origin.proxy ""

Read More: