tods icon indicating copy to clipboard operation
tods copied to clipboard

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

Open WeiWillyWilson opened this issue 3 years ago • 1 comments
trafficstars

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

WeiWillyWilson avatar Nov 04 '22 04:11 WeiWillyWilson

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

Mostafa-Alavi avatar Jan 03 '23 07:01 Mostafa-Alavi