learn-javascript
learn-javascript copied to clipboard
Can't clone on Windows because it has a Question mark on title number 18.
https://github.com/scrimba/learn-javascript/tree/main/1.%20Build%20a%20Passenger%20Counter%20App/18.%20What%20is%20a%20string%3F
Same issue here.
Cloning into 'learn-javascript'...
remote: Enumerating objects: 590, done.
remote: Counting objects: 100% (192/192), done.
remote: Compressing objects: 100% (134/134), done.
remote: Total 590 (delta 88), reused 58 (delta 58), pack-reused 398Receiving objects: 90% (531/590), 2.71 MiB | 5.40 MiReceiving objects: 91% (537/590), 2.71 MiB | 5.40 MiB/s
Receiving objects: 100% (590/590), 4.27 MiB | 5.85 MiB/s, done.
Resolving deltas: 100% (257/257), done.
error: invalid path '1. Build a Passenger Counter App/18. What is a string?/index.css' 👈👈👈 --- PROBLEM
fatal: unable to checkout working tree
warning: Clone succeeded, but checkout failed.
You can inspect what was checked out with 'git status'
and retry with 'git restore --source=HEAD :/'
Same issue here
Cloning into 'learn-javascript'... remote: Enumerating objects: 590, done. remote: Counting objects: 100% (192/192), done. remote: Compressing objects: 100% (134/134), done. remote: Total 590 (delta 88), reused 58 (delta 58), pack-reused 398 Receiving objects: 100% (590/590), 4.27 MiB | 1.33 MiB/s, done. Resolving deltas: 100% (257/257), done. error: invalid path '1. Build a Passenger Counter App/18. What is a string?/index.css' fatal: unable to checkout working tree warning: Clone succeeded, but checkout failed. You can inspect what was checked out with 'git status' and retry with 'git restore --source=HEAD :/'
Still an issue. This will not clone on windows VS Code with Bash.
The problematic punctuation: ? : * < >
I have fixed this issue on my fork, found here: https://github.com/jeremyers1/learn-javascript
Same issue here.