学习写代码呀

导航

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

posted on 2020-03-15 14:39  学习写代码呀  阅读(1260)  评论(0编辑  收藏  举报