【转载】解决使用 git 时出现unable to access “xxx‘: error settingcertificate verify locations: CAfile问题
1、出现原因:
在使用idea的时候,进行git下的push,出现下面的错误:
2、原因分析:
检查idea中git的安装位置是否发生了变化
3、解决方案:
找到git的安装路径,双击打开 git-bash.exe
进行输入:
git config --system http.sslverify false
问题解决!!!