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
please don't use cmd as your terminal but mintty or powershell instead.
this is a windows shell issue not msys2.
i would encourage you to run msys2 locally as well
I have followed the instructions here for Windows Terminal: https://www.msys2.org/docs/terminals/
As such the command line is:
C:/msys64/msys2_shell.cmd -defterm -here -no-start -use-full-path -mingw64
However this causes the issue network paths don't open properly:
There are various ways I thought of working around this:
C:/msys64/msys2_shell.cmd
script with a Powershell instead of CMD scriptThe best way so far seems to be instead using:
This works fine:
The text was updated successfully, but these errors were encountered: