kakao / buffalo

TOROS Buffalo: A fast and scalable production-ready open source project for recommender systems
Apache License 2.0
575 stars 106 forks source link

git clone fail on MS Windows #4

Closed skyer9 closed 5 years ago

skyer9 commented 5 years ago
git clone https://github.com/kakao/buffalo.git c:\gitrepo\buffalo
Cloning into 'c:\gitrepo\buffalo'...
error: unable to create file buffalo/misc/aux.py: No such file or directory
fatal: unable to checkout working tree
warning: Clone succeeded, but checkout failed.
You can inspect what was checked out with 'git status'
and retry the checkout with 'git checkout -f HEAD'
ummae commented 5 years ago

@skyer9 I don't know how is it related with this repository...

skyer9 commented 5 years ago

i think filename aux.py is problem.

https://github.com/swcarpentry/DEPRECATED-bc/issues/463

i think changing filename will fix this problem.

though compiling this repo on MS Windows is very difficult, it is useful just exploring source code without compiling.

ummae commented 5 years ago

@skyer9 We don't have plan to support Windows OS in sooner or later(I recommend docker). I will reopen this issue when times come.