git报错 unable to access 'https://****': SSL certificate problem: Invalid
如果连接git是报错unable to access ‘https://**’: SSL certificate problem: Invalid 因为有些服务器是https是自签名的. 所以在命令行上运行 git config --global http.sslVerify false 将安全验证关掉
本作品采用 知识共享署名-相同方式共享 4.0 国际许可协议 进行许可。