Unable to clone using Git 2.44.0.windows

XMLWordPrintable

    • 7
    • Severity 3 - Minor
    • 2,356

      Issue Summary

      Unable to clone using Git 2.44.0.windows

      Steps to Reproduce

      1. Install git 2.44 on Windows
      2. Clone a repository

      Expected Results

      Clone is successful

      Actual Results

      Fails with either

      fatal: Unable to access 'https://bitbucket.org/workspace/repository/': OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0
      

      or

      09:03:44.875595 http.c:868              == Info: schannel: shutting down SSL/TLS connection with bitbucket.org port 443
      fatal: unable to access 'https://bitbucket.org/workspace/repository/': Failure when receiving data from the peer
      

      Workaround

      Downgrade to 2.43.0 or change the sslbackend to openssl

      git config --global http.sslBackend openssl

            Assignee:
            Kavi Laud (Inactive)
            Reporter:
            Norbert Csupka
            Votes:
            1 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: