We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3292b98 commit 185b71bCopy full SHA for 185b71b
net-installer/setup-git-sdk.bat
@@ -72,6 +72,6 @@
72
)
73
74
@REM now clone the Git sources, build it, and start an interactive shell
75
-@mintty bash --login -c "mkdir -p /usr/src && cd /usr/src && git clone -b @@GIT_BRANCH@@ -c core.autocrlf=false https://github.com/git-for-windows/git && cd git && make install; bash -i"
+@mintty -i /msys2.ico bash --login -c "mkdir -p /usr/src && cd /usr/src && git clone -b @@GIT_BRANCH@@ -c core.autocrlf=false https://github.com/git-for-windows/git && cd git && make install; bash -i"
76
77
@IF ERRORLEVEL 1 PAUSE
0 commit comments