Closed TahaTesser closed 2 years ago
The only thing I remember doing different on this repo is changing the master branch to main.
Got the issue happen with GitHub desktop?
@rodydavis This seems to be only happening on Windows so far, I tried cloning on macOS, there was no issue
Got the issue happen with GitHub desktop?
I don't have the GitHub desktop client, I use Git Fork
Windows must not allow for : in the path name!
Since the issue seems to be with Windows not this project, i will close it for now
When trying to clone this repo, something goes wrong.
git clone git@github.com:rodydavis/vscode-router-generator.git
orgh repo clone rodydavis/vscode-router-generator
When I execute
git status
git status
```console PS C:\Users\Taha\StudioProjects\vscode-router-generator> git status On branch main Your branch is up to date with 'origin/main'. Changes to be committed: (use "git restore --stagedRetry with
git restore --source=HEAD :/
git restore --source=HEAD :/
```console PS C:\Users\Taha\StudioProjects\vscode-router-generator> git restore --source=HEAD :/ error: invalid path 'examples/flutter/lib/pages/about/:id.dart' error: invalid path 'examples/lit/src/pages/dashboard/account/:userId.ts' error: invalid path 'examples/lit/src/pages/test.:page.multiple.:args.ts' error: invalid path 'examples/react/src/pages/projects/:id.tsx' ```I cannot see this issue with any other repository