在使用IDEA拉取或提交GitHub上的代码时提示如下错误:
解决方法如下,依次执行命令:
在项目根目录下,打开Git Bash
1、echo | openssl s_client -servername github.com -connect github.com:443 | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' > github.crt
2、openssl x509 -in github.crt -text -noout
3、git config http.sslCAInfo /d/algorithm/.git/local/config/github.crt