从github上clone项目的时候(协议为https),我们可能会遇到

Unknown SSL protocol error in connection to xxx:443

解决方法1:

     将https改成http尝试。

解决方法2:

     git 命令行 git config --global http.sslVerify false