-
Notifications
You must be signed in to change notification settings - Fork 9.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clone failed: The revocation function was unable to check revocation because the revocation server was offline. #2414
Comments
When Git is cloning the repository, it uses Windows' certificate store and crypto APIs to ensure the certificates are trusted. It sounds like the revocation server isn't available when you're cloning, so it fails rather than continue to clone. This feels like the expected behaviour when the client cannot trust the server. @quocb14005xx is this issue repeatable? Could you provide more details about your setup? |
Check the IE settings, i had same problem becouse of IE Proxy settings. |
@quocb14005xx thank you for your issue! We haven't gotten a response to the questions in our comment here. With only the information that is currently in the issue, we don't have enough information to take action. I'm going to close this but don't hesitate to reach out if you have or find the answers we need, we'll be happy to reopen the issue. |
Hi, I also tried from a Windows Command prompt, same result. Some background:
Does this info help you troubleshoot the problem and suggest a fix or workaround ? |
@jmporter34 we've traced this issue to some corporate networks that block certificate revocation lookups when Git is configured to using SChannel (rather than OpenSSL). I've contributed a patch to Git for Windows which lets you bypass the revocation check git-for-windows/git#1450 and this is available in Git for Windows To disable the revocation check:
|
Hi shiftkey, jporter@jporter-W530 MINGW64 /c/_projects/git/github/nordic jporter@jporter-W530 MINGW64 /c/_projects/git/github/nordic jporter@jporter-W530 MINGW64 /c/_projects/git/github/nordic |
@jmporter34 please open an issue over on the Git for Windows project and also include the system Git config ( I don't have access to a network to really test this behaviour, so I'm flying in the dark a bit... |
Hi, I just finished creating the issue, #1505.
Thanks
…On Mon, Feb 19, 2018 at 3:24 AM, Brendan Forster ***@***.***> wrote:
@jmporter34 <https://github.com/jmporter34> please open an issue over on
the Git for Windows <https://github.com/git-for-windows/git> project and
also include the system Git config (git config --system -l).
I don't have access to a network to really test this behaviour, so I'm
flying in the dark a bit...
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2414 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/Ai0l944itLhEGJiTce0Dj1S0W_aHp6A4ks5tWS_HgaJpZM4OwLsD>
.
|
I encountered same issue for my repository. Any update on this issue? |
Check your "C:\Users<user>.gitconfig" for proxy configuration, or anything else that might be providing wrong credentials - Had the same issue, and it turned out to be the corporate proxy settings. |
Resolved in this link: https://stackoverflow.com/questions/45556189/git-the-revocation-function-was-unable-to-check-revocation-for-the-certificate |
Happened to me when my windows date was 7 days in the future. |
I removed git and again install it ... then the problem solved :)) |
Description
[Description of the issue]
Version
GitHub Desktop version: [version here]
OS version: [version here]
Steps to Reproduce
Expected behavior: [What you expected to happen]
Actual behavior: [What actually happened]
Reproduces how often: [What percentage of the time does it reproduce?]
Logs
Additional Information
The text was updated successfully, but these errors were encountered: