datamllab / tods

TODS: An Automated Time-series Outlier Detection System
http://tods-doc.github.io
Apache License 2.0
1.47k stars 193 forks source link

Problem of using git clone https://github.com/datamllab/tods.git on a Windows OS #87

Open WeiWillyWilson opened 2 years ago

WeiWillyWilson commented 2 years ago

To whom it may concern,

I am a novice to Python; I tried cloning the repository onto a Python 3.7 environment in Windows system but encountered an error(see screenshot below). May someone kindly give me a suggestion to deal with this issue? Thanks a lot!

Wei-Hao

image

Mostafa-Alavi commented 1 year ago

You should do what is suggested here : https://stackoverflow.com/questions/70540664/why-is-clone-succeeded-but-checkout-failed

do this: git config --global core.symlinks false