DisCo requires a bash shell on Windows. Checked locations (in order):
- Custom path from
~/.disco/agent/settings.json - Git Bash (
C:\Program Files\Git\bin\bash.exe) bash.exeon PATH (Cygwin, MSYS2, WSL)
For most users, Git for Windows is sufficient. The DisCo PowerShell managed installer checks for an existing bash first and can prepare a user-level Git for Windows runtime when no usable bash is found.
{
"shellPath": "C:\\cygwin64\\bin\\bash.exe"
}