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 :(
When I try to commit a file with the filename
$id.tsx(react-router/remixfilesystem 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$idas 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 :(