核心技术
框架
构建工具
实用工具和库
其他
服务端技术
数据库
网络和协议
桌面应用
APP
小程序
版本控制/DevOps
开发环境
编辑器/工具
操作系统
多媒体处理
主题
在使用git clone时,出现如下错误:
Cloning into 'xxx'... fatal: unable to access 'https://github.com/xxx/xxx.git/': SSL certificate problem: unable to get local issuer certificate
如果你设置了证书,那可能是你开了代理、加速器之类的,导致git无法验证证书,可以关闭代理、加速器试试。