wyvernprotocol / wyvern-v3

Wyvern Protocol v3.1, Ethereum implementation
https://wyvernprotocol.com
MIT License
298 stars 121 forks source link

Windows/GIT : fatal: unable to checkout working tree #63

Closed SMLaursen closed 2 years ago

SMLaursen commented 2 years ago

When trying to clone the repository on Windows I get :

error: invalid path 'test/aux.js' fatal: unable to checkout working tree warning: Clone succeeded, but checkout failed.

Supposedly aux is a reserved filename on Windows and should probably be renamed : https://stackoverflow.com/a/61616948

cwgoes commented 2 years ago

Haha, that's ridiculous. We can change it, do you want to submit a PR?

SMLaursen commented 2 years ago

I agree and I submitted a PR renaming it to util.js - feel free to change it ;)