idea从git上clone项目报错
Posted agnesflower
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了idea从git上clone项目报错相关的知识,希望对你有一定的参考价值。
idea从git上clone项目报错:
需要git-cmd.exe执行命令
1、clone没有用户密码:
Clone failed:Authentication failed for “http......“ 执行命令
git config --system --unset credential.helper
2、git SSL certificate problem: unable to get local issuer certificate
:
由于没有配置信任的服务器HTTPS验证。默认,cURL被设为不信任任何CAs,就是说,它不信任任何服务器验证。执行命令
git config --global http.sslVerify false
以上是关于idea从git上clone项目报错的主要内容,如果未能解决你的问题,请参考以下文章