MENU

failed to receive handshake, SSL/TLS connection failed

September 30, 2021 • 默认分类

解决:

git config --global http.sslBackend "openssl"
git config --global http.sslCAInfo "C:\Program Files\Git\mingw64\ssl\cert.pem"

实测第一条配置就已经OK了...