Closed as not planned
Description
Setup
- Which version of Git for Windows are you using? Is it 32-bit or 64-bit?
$ git --version --build-options
git version 2.41.0.windows.1
cpu: x86_64
built from commit: ff94e79c4724635915dbb3d4ba38f6bb91528260
sizeof-long: 4
sizeof-size_t: 8
shell-path: /bin/sh
feature: fsmonitor--daemon
- Which version of Windows are you running? Vista, 7, 8, 10? Is it 32-bit or 64-bit?
$ cmd.exe /c ver
Microsoft Windows [Version 10.0.19044.2965]
- What options did you set as part of the installation? Or did you choose the
defaults?
# One of the following:
> type "C:\Program Files\Git\etc\install-options.txt"
> type "C:\Program Files (x86)\Git\etc\install-options.txt"
> type "%USERPROFILE%\AppData\Local\Programs\Git\etc\install-options.txt"
> type "$env:USERPROFILE\AppData\Local\Programs\Git\etc\install-options.txt"
$ cat /etc/install-options.txt
Probably none. Git was installed through Scoop
- Any other interesting things about your environment that might be related
to the issue you're seeing?
Behind enterprise proxy that intercepts HTTPS connections and self-signed certificates are used.
Details
- Which terminal/shell are you running Git from? e.g Bash/CMD/PowerShell/other
Powershell/Git Bash
- What commands did you run to trigger this issue? If you can provide a
Minimal, Complete, and Verifiable example
this will help us understand the issue.
$env:GIT_CURL_VERBOSE=1
git clone https://github.com/[whatever-repository].git
- What did you expect to occur after running these commands?
Cloned repository on my disk
- What actually happened instead?
Cloning into 'repository-name'...
16:56:02.905057 http.c:842 == Info: Couldn't find host github.com in the (nil) file; using defaults
16:56:02.910502 http.c:842 == Info: Trying 192.168.229.22:8080...
16:56:02.922227 http.c:842 == Info: Connected to www-proxy.visana.ch (192.168.229.22) port 8080 (#0)
16:56:02.922227 http.c:842 == Info: CONNECT tunnel: HTTP/1.1 negotiated
16:56:02.922227 http.c:842 == Info: allocate connect buffer
16:56:02.922227 http.c:842 == Info: Establish HTTP proxy tunnel to github.com:443
16:56:02.922227 http.c:789 => Send header, 0000000121 bytes (0x00000079)
16:56:02.922227 http.c:801 => Send header: CONNECT github.com:443 HTTP/1.1
16:56:02.922227 http.c:801 => Send header: Host: github.com:443
16:56:02.922227 http.c:801 => Send header: User-Agent: git/2.41.0.windows.1
16:56:02.922227 http.c:801 => Send header: Proxy-Connection: Keep-Alive
16:56:02.922227 http.c:801 => Send header:
16:56:02.973986 http.c:789 <= Recv header, 0000000037 bytes (0x00000025)
16:56:02.973986 http.c:801 <= Recv header: HTTP/1.1 200 Connection established
16:56:02.973986 http.c:789 <= Recv header, 0000000002 bytes (0x00000002)
16:56:02.973986 http.c:801 <= Recv header:
16:56:02.973986 http.c:842 == Info: CONNECT phase completed
16:56:02.973986 http.c:842 == Info: CONNECT tunnel established, response 200
16:56:02.973986 http.c:842 == Info: schannel: disabled automatic use of client certificate
16:56:03.026716 http.c:842 == Info: schannel: added 134 certificate(s) from CA file 'C:\Users\UID20852\ca-trust\extracted\pem\tls-ca-bundle.pem'
16:56:03.037464 http.c:842 == Info: schannel: CertGetCertificateChain trust error CERT_TRUST_REVOCATION_STATUS_UNKNOWN
16:56:03.038426 http.c:842 == Info: Closing connection 0
16:56:03.039405 http.c:842 == Info: schannel: shutting down SSL/TLS connection with github.com port 443
fatal: unable to access 'https://github.com/sburkard/cookie-factory.git/': schannel: CertGetCertificateChain trust error CERT_TRUST_REVOCATION_STATUS_UNKNOWN
- If the problem was occurring with a specific repository, can you provide the
URL to that repository to help us with testing?
You can take any.
- Other infos
When I downgrade to Git 2.40.1.windows.1, everything works fine.
Metadata
Metadata
Assignees
Labels
No labels