git GitHub 不校验 CA 证书 certificate

创建日期: 2024-07-19 20:48 | 作者: 风波 | 浏览次数: 23 | 分类: Git

来源:https://stackoverflow.com/questions/11621768/how-can-i-make-git-accept-a-self-signed-certificate

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

或者

git config --global http.sslVerify false # Do NOT do this!
23 浏览
20 爬虫
0 评论