DEV Community

Shaine Ismail
Shaine Ismail

Posted on

1

Windows GIT certificate

If you are running git on windows many things can go wrong, one of the more irritating problem are with certificates.

to use the windows certificate store set the following

git config --system http.sslbackend schannel

From the release notes

It is now possible to switch between Secure Channel and OpenSSL for Git's HTTPS transport by setting the http.sslBackend config variable to "openssl" or "schannel".

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay