fix: update podman run command for git for win

This commit is contained in:
scito
2025-11-15 11:02:23 +01:00
committed by Roland Kurmann
parent 531f9660f3
commit c38ebd4d1a
2 changed files with 38 additions and 20 deletions

View File

@@ -700,6 +700,10 @@ or
```bash
PYTHON=python3.11 PIP=pip3.11 DOCKER="podman" ./build.sh -d
```
Git for Windows:
```bash
MSYS_NO_PATHCONV=1 DOCKER="podman" ./build.sh -d
```
The options of the build script: