gitee ssl报错

如果连接gitee 是报错unable to access ‘https://****’: SSL certificate problem: Invalid 因为有些服务器是https是自签名的. 所以在命令行上运行以下命令 将安全验证关掉

 git config --global http.sslVerify false

 

posted @ 2022-06-23 08:57  _成飞  阅读(90)  评论(0编辑  收藏  举报