idea从git上clone项目报错

idea从git上clone项目报错:git

须要git-cmd.exe执行命令服务器

一、clone没有用户密码:ide

Clone failed:Authentication failed for “http......“ 执行命令idea

git config --system --unset credential.helper code

二、git SSL certificate problem: unable to get local issuer certificatessl

因为没有配置信任的服务器HTTPS验证。默认,cURL被设为不信任任何CAs,就是说,它不信任任何服务器验证。执行命令get

git config --global http.sslVerify falsecmd

相关文章
相关标签/搜索