mihaip / infinite-mac

A classic Mac loaded with everything you'd want
https://infinitemac.org
Apache License 2.0
1.2k stars 73 forks source link

Unable to checkout this repo in Windows #195

Closed erichelgeson closed 1 year ago

erichelgeson commented 1 year ago

I was interested in using some of the python code so was checking out this project to my Windows machine - it fails to checkout the main branch after clone due to : chars in file names, which is illegal in windows. eg: https://github.com/mihaip/infinite-mac/blob/main/CD-ROMs/Compilations/Power%20Computing%3A%20The%20Disc%20II.json

Not saying you should support a dev windows workflow for this project, but it would be nice to be able to checkout the project.

mihaip commented 1 year ago

TIL. I've replaced the colons with a different character ("﹕", which is a small colon), let me know if that works better.

erichelgeson commented 1 year ago

Works! Thanks for taking the time to look at it.