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