tmhglnd / mercury

A minimal and human-readable language and environment for the live coding of algorithmic electronic music.

Home Page:http://www.timohoogland.com/mercury-livecoding

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error on git clone Win10

GuillemGongora opened this issue · comments

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

commented

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

Perfect! Working now!