datamllab/tods

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

WeiWillyWilson opened this issue · 1 comments

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

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