Skip to content

Commit 72b1911

Browse files
committed
devonfw#764: Fix Git for CMD
1 parent f19f360 commit 72b1911

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cli/src/main/package/bin/ide.bat

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ Set _fBGreen=
55
Set _fBRed=
66
Set _RESET=
77

8+
set PATH=%PATH%;C:\Program Files\Git\usr\bin;C:\Program Files\Git\mingw64\libexec\git-core
9+
810
if not "%1%" == "" (
911
ideasy %IDE_OPTIONS% %*
1012
if not %ERRORLEVEL% == 0 (

0 commit comments

Comments
 (0)