Skip to content

Commit 04cc382

Browse files
authored
Downgrade Git to 2.47.1.2 (#409)
We observed random schannel errors with git 4.49. > fatal: unable to access 'https://github.com/WebKit/WebKit.git/': schannel: server closed abruptly (missing close_notify) Git for Windows 2.48 and 2.49 has an issue. git clone - 2.49.0.1 - schannel: failed to receive handshake, SSL/TLS connection failed · Issue #5529 · git-for-windows/git git-for-windows/git#5529
1 parent 4ff7fc0 commit 04cc382

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPref
99
# Install Git for Windows x64 CLI
1010
#--------------------------------------------------------------------
1111

12-
ENV GIT_VERSION 2.49.0.1
12+
ENV GIT_VERSION 2.47.1.2
1313

1414
RUN Install-Git -Version $env:GIT_VERSION;
1515

0 commit comments

Comments
 (0)