Git克隆项目提示主机没有匹配证书 SSL: no alternative certificate subject name matches target host name 'xx'
提示 SSL: no alternative certificate subject name matches target host name 'xxxxx'
解决方法:设置git忽略校验证书,运行一下代码
git config --global http.sslVerify false
提示 SSL: no alternative certificate subject name matches target host name 'xxxxx'
解决方法:设置git忽略校验证书,运行一下代码
git config --global http.sslVerify false