You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The file aux.py in the cryptoalgotrading directory raises and error when checking out on Windows as aux is a reserved key word.
error: invalid path 'cryptoalgotrading/aux.py'
fatal: unable to checkout working tree
warning: Clone succeeded, but checkout failed.
You can inspect what was checked out with 'git status'
and retry with 'git restore --source=HEAD :/'
Another option is to configure git to allow the checkout of paths that could cause problems with the NTFS filesystem. A file named 'aux.py' doesn't seem like it should be a problem.
These commands allowed me to clone this project on Windows 11:
The file aux.py in the cryptoalgotrading directory raises and error when checking out on Windows as aux is a reserved key word.
More info from WIndows
It might be worth renaming that file to algo_aux.py or something like that?
(I normally use Linux but happened to be looking at the project on my windows machine)
Cool project by the way - are you looking for contributors?
The text was updated successfully, but these errors were encountered: