tmhglnd / mercury

A minimal and human-readable language and environment for the live coding of algorithmic electronic music.
http://www.timohoogland.com/mercury-livecoding
GNU General Public License v3.0
292 stars 13 forks source link

Error on git clone Win10 #34

Closed GuillemGongora closed 4 years ago

GuillemGongora commented 4 years ago

I get the following error when cloning:

error: invalid path 'mercury_ide_0.9.9/patchers/>=p.maxpat'
fatal: unable to checkout working tree
warning: Clone succeeded, but checkout failed.

I think it's due to the use of > as explained here: https://docs.microsoft.com/en-us/windows/win32/fileio/naming-a-file Downloading as .zip and extracting works just fine

tmhglnd commented 4 years ago

Removed >=p.maxpat from the project and is replaced with gtep.maxpat

GuillemGongora commented 4 years ago

Perfect! Working now!