docs(windows): add git-bash/MSYS2 (Cygwin) incompatibility note to WINDOWS-GUIDE - #30
docs(windows): add git-bash/MSYS2 (Cygwin) incompatibility note to WINDOWS-GUIDE#300xReSan wants to merge 2 commits into
Conversation
- Add Enable-WindowsOptionalFeature command to setup table in §1 - Add manual install code block + verify command to §5 (large trees) - Update both English and Chinese versions
…rictedToken backend Adds a trade-off note to WINDOWS-GUIDE (EN + ZH): the sandbox targets native Windows binaries; MSYS2/Cygwin runtimes (git-bash) cannot initialize under RestrictedToken (CreateFileMapping of user-SID shared-memory object denied), so Hermes tools routed through git-bash (write_file/terminal/execute_code) fail inside the sandbox. References upstream issue finogeeks#29.
|
Thanks for the contribution! This repository is a release mirror — end-user docs are authored upstream in Your PR touches documentation / examples only, so it may be labeled
|
|
Thanks — cherry-ported upstream into
Closing this PR per CONTRIBUTING (mirror PRs are not merged directly). The WINDOWS-GUIDE note is now on |
|
Closed: docs live on main via upstream port (see previous comment). |
Adds a trade-off note to WINDOWS-GUIDE (EN + ZH) documenting that the Windows sandbox targets native binaries, and that MSYS2/Cygwin runtimes (git-bash) cannot initialize under the RestrictedToken backend (CreateFileMapping of the user-SID shared-memory object denied), which breaks Hermes tools (write_file / terminal / execute_code) routed through git-bash. References upstream issue #29. Includes the ProjFS install command note from the earlier commit on this branch.