网上不少文章说的是将 Git 的 http.sslBackend
配置修改成 openssl
:git
git config --global http.sslBackend openssl
其实这个是行不通的,由于 Git 的系统配置中,该值默认就是 openssl
。windows
官方建议的作法是:spa
在 IDEA 中,点击 Help -> Find action,输入 Registry
,找到 git.use.schannel.on.windows
配置项,取消勾选该项配置便可。code