Skip to content

Windows Terminal instructions don't work with network paths #215

Open
@jacob-pro

Description

@jacob-pro

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:

image

There are various ways I thought of working around this:

The best way so far seems to be instead using:

C:\msys64\usr\bin\env.exe MSYSTEM=MINGW64 CHERE_INVOKING=1 /usr/bin/bash.exe --login

This works fine:

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions