IDEA unable to access 'https://github.com/Blank/xxx.git/': error setting certificate verif


IDEA执行Get from version control的clone时报错:unable to access 'https://github.com/Blank/xxx.git/': error setting certificate verif

作者亲试解决办法:
在git的bash.exe中输入命令并回车执行

$ git config --global http.sslVerify false

相关