checkout
checkout copied to clipboard
[window] error: invalid path
Hi, I ran into a specific problem when cloning where the file has a name that contains the parameter.
Here you can see the error in more detail if you expand the Checking out the ref item
Error: error: invalid path 'test/img/111x52.png?2'
such a file exists with exactly the same parameter.
Do you have any thoughts on this?
I've been struggling with this one too. Apparently, it has to do with the Windows file system not supporting specific characters in file paths. But still, this has to work.
Any ideas?
I have exactly the same problem at the very first step of my worflow.
I "fixed" it by eliminating filepaths with a ?
in the name (which was the initial issue), but this can't be the way to go...
Pls, has anyone been able to fix this. I'm having this issue also.