Skip to content

Commit dc82a52

Browse files
committed
Use MinGit 2.50.0.2
* Cloning: large repositories via SSH frequently hung with Git for Windows v2.50.0 git-for-windows/git#5688 fixed in git-for-windows/msys2-runtime#103 * In: Git for Windows v2.50.0, operations using the POSIX emulation layer (cloning via SSH, generating the Bash prompt) cannot be interrupted by Ctrl+C, fixed in git-for-windows/msys2-runtime#104 * Git: for Windows v2.50.0 is unable to initialize Git repositories on Windows Server 2016 git-for-windows/git#5695), fixed in git-for-windows/git#5700
1 parent 8cf568a commit dc82a52

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

ref/configuration-as-code/tool.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ tool:
2626
- batchFile:
2727
command: "exit 0"
2828
label: "windows"
29-
toolHome: "C:\\tools\\MinGit-2.50.0\\mingw64\\bin\\git.exe"
29+
toolHome: "C:\\tools\\MinGit-2.50.0.2\\mingw64\\bin\\git.exe"
3030
- command:
3131
command: "true"
3232
label: "freebsd"
@@ -43,11 +43,11 @@ tool:
4343
- batchFile:
4444
command: "exit 0"
4545
label: "windows"
46-
toolHome: "C:\\tools\\MinGit-2.50.0\\mingw64\\bin\\git.exe"
46+
toolHome: "C:\\tools\\MinGit-2.50.0.2\\mingw64\\bin\\git.exe"
4747
- zip:
4848
label: "windows && amd64"
4949
subdir: "mingw64\\bin\\git.exe"
50-
url: "https://home.markwaite.net/~mwaite/git/MinGit-2.50.0-64-bit.zip"
50+
url: "https://home.markwaite.net/~mwaite/git/MinGit-2.50.0.2-64-bit.zip"
5151
- home: "git"
5252
name: "git-2.30.0"
5353
properties:
@@ -98,14 +98,14 @@ tool:
9898
label: "git-2.49 && linux"
9999
toolHome: "/usr/bin/git"
100100
- home: "git"
101-
name: "git-2.50.0"
101+
name: "git-2.50.0.2"
102102
properties:
103103
- installSource:
104104
installers:
105105
- batchFile:
106106
command: "exit 0"
107107
label: "windows"
108-
toolHome: "C:\\tools\\MinGit-2.50.0\\mingw64\\bin\\git.exe"
108+
toolHome: "C:\\tools\\MinGit-2.50.0.2\\mingw64\\bin\\git.exe"
109109
- command:
110110
command: "true"
111111
label: "git-2.49 && linux"

0 commit comments

Comments
 (0)