git Clone SSL certificate problem: self signed certificate

时间:2023-03-09 14:53:16
git Clone SSL certificate problem: self signed certificate

自己的git服务器遇到证书是自签的,git验证后会拒绝,此时,采用如下命令临时禁用就好

git -c http.sslVerify=false clone https://domain.com/path/to/git