码迷,mamicode.com
首页 > 其他好文 > 详细

idea从git上clone项目报错

时间:2020-03-15 14:55:02      阅读:88      评论:0      收藏:0      [点我收藏+]

标签:默认   url   issue   led   str   git   cert   local   get   

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项目报错

标签:默认   url   issue   led   str   git   cert   local   get   

原文地址:https://www.cnblogs.com/agnesFlower/p/12497549.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!