openframeworks / ofSite

openFrameworks web site
http://openframeworks.cc
159 stars 579 forks source link

Cannot clone repository on Windows #689

Open oxillo opened 5 years ago

oxillo commented 5 years ago

Cloning of repository partly fails because of files with '::' in the name (e.g. ofLight::Data.markdown)

arturoc commented 5 years ago

mmh, i need to check this, is not so easy as changing the filenames cause those files are autogenerated so we need to change the python scripts to parse this with an alternative filename

L05 commented 5 years ago

To clarify, all of the files except those with a filename containing the substring '::' are pulled but the clone itself fails on Windows. Windows does not allow the ':' character in a filename.

This is currently preventing Windows users from cloning this repository (and subsequently using a Git workflow to make contributions).

icq4ever commented 5 years ago

@L05 hmm.. have you tried git with WSL(Windows Subsystem for Linux), not git for windows? you can use bash in linux on windows. so somehow you can easily fix this issue .

icq4ever commented 5 years ago

image

image

with WSL, I can cloning without issue.

icq4ever commented 5 years ago

image

interesting .. those files :: have are renamed. but it can read.