Open WeiWillyWilson opened 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
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
git config --global core.symlinks false
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