You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(env): implement dual-layer script normalization for Windows compatibility
Add recursive host-side line ending normalization during setup and a robust
container-side normalization step using sed on startup. This ensures all
.sh scripts use LF line endings, resolving the 'bash\r' execution error
on Windows hosts.
Also includes minor lint fix in docker_patch.go.
0 commit comments