pycharm从码云clone项目提示error setting certificate verify locations

302 阅读1分钟

1.问题描述

pycharm从码云上clone项目时,出现如下提示:error setting certificate verify locations

2.解决方法和效果验证

在git bash中输入如下命令,将校验给关闭,git config --global http.sslverify "false"
之后,test成功,出现下图提示