Jerimiah Huston
Jerimiah Huston

Reputation: 53

Revocation certificate error when trying to pull GIT repo

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?

Upvotes: 1

Views: 2754

Answers (1)

Azadeh Nourani
Azadeh Nourani

Reputation: 1

there is a problem in your connection so focus on that . I used VPN for connection and it solved as easy as piece of cake :)

Upvotes: -2

Related Questions