Unknown SSL protocol error in connection to github.com:443

让Git忽略SSL证书错误

cmd控制台输入

  1. git config http.sslVerify "false"  
 

如果报错

fatal: Not a git repository (or any of the parent directories): .git 

输入

git  init

再输入

  1. git config http.sslVerify "false"  

你可能感兴趣的:(git,github,git)