解决办法:打开Git Bash运行如下命令
1、export GIT_SSL_NO_VERIFY=true
2、git config --global http.sslVerify “false”
3、git config --global http.sslVerify false
解决办法:打开Git Bash运行如下命令
1、export GIT_SSL_NO_VERIFY=true
2、git config --global http.sslVerify “false”
3、git config --global http.sslVerify false