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 :/'
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?