Git 的SSL certificate problem: unable to get local issuer certificate问题


D:\temp>git clone https://github.com/xxxxxx/yyyyyy.git
Cloning into 'yyyyyy'...
fatal: unable to access 'https://github.com/xxxxxx/yyyyyy.git/': SSL certificate problem: unable to get local issuer certificate


处理方法:

D:\temp>git config --global http.sslVerify false
posted @ 2023-06-06 09:21  ParamousGIS  阅读(45)  评论(0编辑  收藏  举报