Revocation certificate error when trying to pull GIT repo

1

I know there are a few similar posts to this but I have not been able to solve this with there answers.

I tried git config —global http.schannelcheckrevoke false but I still get the error whether it’s set to true or false.

fatal: unable to access 'https://github.com/***/***/': schannel: next InitializeSecurityContext failed: Unknown error (0x80092012) - The revocation function was unable to check revocation for the certificate.

Shouldn't setting http.schannelcheckrevoke to false prevent this error? What am I missing here?

git
certificate
schannel
asked on Stack Overflow Jan 8, 2021 by Jerimiah Huston • edited Jan 8, 2021 by Jerimiah Huston

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0