lulzsun / RePlays

Open-source game recording management software
GNU General Public License v3.0
150 stars 17 forks source link

Repository not cloneable #197

Closed sshcrack closed 5 months ago

sshcrack commented 5 months ago

When cloning this repository on a windows machine following error occurrs:

error: invalid path '.github/wiki/Development:-Getting-Started.md'
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 :/'

This happens because the .github/.wiki has files which have a colon in their filenames (e.g. .github/wiki/Development:-Getting-Started.md).

lulzsun commented 5 months ago

Thanks for looking into this! I haven't touched a Windows environment in a while so I forgot about this. Closing as it is fixed.