网上很多文章说的是将 Git 的 http.sslBackend
配置修改为 openssl
:
git config --global http.sslBackend openssl
其实这个是行不通的,因为 Git 的系统配置中,该值默认就是 openssl
。
官方建议的做法是:
在 IDEA 中,点击 Help -> Find action,输入 Registry
,找到 git.use.schannel.on.windows
配置项,取消勾选该项配置即可。
网上很多文章说的是将 Git 的 http.sslBackend
配置修改为 openssl
:
git config --global http.sslBackend openssl
其实这个是行不通的,因为 Git 的系统配置中,该值默认就是 openssl
。
官方建议的做法是:
在 IDEA 中,点击 Help -> Find action,输入 Registry
,找到 git.use.schannel.on.windows
配置项,取消勾选该项配置即可。
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。