Hi Tim,
I tried cloning this repo on my windows 10 laptop today, and ran into an error due to the use of invalid characters for windows file paths in the file notebooks/01.1-syllabic-segmentation/fruit-bat/.ipynb_checkpoints/delete?fruit_bat_segment-all-2.0-checkpoint.ipynb. Windows doesn't allow '?' in file paths, so it blocked successful checkout of the repo. I found a work around, but I would imagine that this will be a recurring issue for anyone trying to clone the repo on a windows device. Could you:
- remove the question mark from that file name
- remove the question mark from the corresponding .ipynb checkpoint (or just add the checkpoints folder to your
.gitignore)
Hi Tim,
I tried cloning this repo on my windows 10 laptop today, and ran into an error due to the use of invalid characters for windows file paths in the file
notebooks/01.1-syllabic-segmentation/fruit-bat/.ipynb_checkpoints/delete?fruit_bat_segment-all-2.0-checkpoint.ipynb. Windows doesn't allow '?' in file paths, so it blocked successful checkout of the repo. I found a work around, but I would imagine that this will be a recurring issue for anyone trying to clone the repo on a windows device. Could you:.gitignore)