Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Filenames with special chars not being quoted #145

@atwright147

Description

@atwright147

When I try to commit a file with the filename $id.tsx (react-router / remix filesystem router) I get an error that the file doesn't exist and the error suggests that the file name is .tsx.

I am using WslGit via Fork.

I believe the issue is that the filename isn't being quoted ('$id.tsx') and therefore the the WSL distro is interpreting the $id as an variable which doesn't exist, so it is expanded as empty string.

Any chance this can be fixed? If not I might have to abandon Fork and WslGit :(

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions