ofSite icon indicating copy to clipboard operation
ofSite copied to clipboard

Cannot clone repository on Windows

Open oxillo opened this issue 5 years ago • 5 comments

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

oxillo avatar Feb 23 '19 11:02 oxillo

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

arturoc avatar Feb 24 '19 11:02 arturoc

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).

L05 avatar Oct 10 '19 21:10 L05

@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 avatar Oct 11 '19 06:10 icq4ever

image

image

with WSL, I can cloning without issue.

icq4ever avatar Oct 11 '19 15:10 icq4ever

image

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

icq4ever avatar Oct 11 '19 15:10 icq4ever