Uploaded image for project: 'Sourcetree for Windows'
  1. Sourcetree for Windows
  2. SRCTREEWIN-11381

Clone using HTTPS fails due to revocation check with git version 2.20.1.windows.1

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Low Low
    • None
    • 3.0.8
    • Git
      • Atlassian Bitbucket (Data Center) v5.0.1
      • Java 1.8.0_171
      • Windows 10 Enterprise Version 1803 OS build 17134.471
    • Severity 3 - Minor

      SourceTree fails to clone giving this error:

      Command: git -c diff.mnemonicprefix=false -c core.quotepath=false --no-optional-locks ls-remote https://myuser@bitbucket.server_url/scm/pa/test_repo.git Output: Error: fatal: unable to access 'https://myuser@bitbucket.server_url/scm/pa/test_repo.git/': schannel: next InitializeSecurityContext failed: Unknown error (0x80092013) - The revocation function was unable to check revocation because the revocation server was offline.

      Appears to be related to the update to Git for Windows to use Windows Secure Channel instead of OpenSSL:

      https://github.com/git-for-windows/git/releases/tag/v2.14.0.windows.1

      Similar bugs reported for GitHub:

      https://github.com/desktop/desktop/issues/3260

      https://github.com/desktop/desktop/issues/2187

      https://github.com/desktop/desktop/issues/2414

      Same work around applies, disable revocation checks via this command:

      git config --global http.schannel.checkRevoke false

       

       

        1. 1Z0-477-dumps.pdf
          407 kB
        2. h12-322-Exam-Dumps-2019.pdf
          186 kB

              Unassigned Unassigned
              9c1d7267cea7 Ronald Nelson
              Votes:
              1 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated: