I entered the following command
The following error appears:
How do I solve this?
git clone https://github.com/YerevaNN/mimic3-benchmarks/
error: invalid path 'mimic3models/decompensation/decomp_ts0.8.input_str:previous.n1e5.start_time:zero.normalizer'
fatal: unable to checkout working tree
warning: Clone succeeded, but checkout failed.
You can inspect what was checked out with 'git status'
and retry with 'git restore --source=HEAD :/'
This error occurs because the name of the mimic3models/decomposition/decomposition_ts0.8. input_str:previous.n1e5.start_time:zero.normalizer
file contains the characters :
that the Windows file system does not allow.
For your information, if I clone from Windows, the same error is not wrong in WSL Ubuntu environment.
I searched and found that you should modify the file in question (...): https://brendanforster.com/notes/fixing-invalid-git-paths-on-windows/
But it seems that you didn't make that sauce yourself, but you're just going to use it, but it's going to be hard to modify the file yourself, so why don't you try WSL at this time 😆
606 Uncaught (inpromise) Error on Electron: An object could not be cloned
884 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
572 Understanding How to Configure Google API Key
567 Who developed the "avformat-59.dll" that comes with FFmpeg?
567 rails db:create error: Could not find mysql2-0.5.4 in any of the sources
© 2024 OneMinuteCode. All rights reserved.