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?
User contributions licensed under CC BY-SA 3.0