# 临时:关闭git证书校验 # git 命令添加: -c http.sslVerify=false # 永久:关闭 git 证书校验 git config --global http.sslVerify false