小七来了

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 

posted on 2023-11-08 13:36  小七来了  阅读(1540)  评论(0)    收藏  举报