learn-javascript icon indicating copy to clipboard operation
learn-javascript copied to clipboard

Fix path names for Windows

Open joce opened this issue 2 years ago • 3 comments

Fixes issue #28

Windows refuses to clone when path names have either ?, : <, > or * in them. The offending paths have been renamed as to be Windows friendly.

joce avatar Aug 12 '23 19:08 joce

I forked your fork of the repository and everything appears to work. I can download the repository now without issues.

Schyler-Lowry avatar Aug 21 '23 15:08 Schyler-Lowry