mirror of
https://github.com/pnpm/pnpm.git
synced 2026-04-07 08:47:11 -04:00
Git on Windows (Git for Windows / MSYS2) understands Unix-style '/dev/null' but cannot access the native Windows null device '\\.\nul' as a file path, causing "fatal: unable to access '\\.\nul'" errors. This is a manual backport of the fix from #10757 on main. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>