-
Notifications
You must be signed in to change notification settings - Fork 170
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I wanted clonning repository, but recieved the error #39
Comments
I have the same issue on Windows 10. This error happens immediately after running (Swig is installed and on the path. Numpy is also installed via pip.) > git clone https://github.com/dblalock/bolt.git
Cloning into 'bolt'...
remote: Enumerating objects: 7681, done.
remote: Counting objects: 100% (33/33), done.
remote: Compressing objects: 100% (26/26), done.
remote: Total 7681 (delta 8), reused 27 (delta 6), pack-reused 7648Receiving objects: 100% (7681/7681), 346.15 MiB | 1.14 MiB/s
Receiving objects: 100% (7681/7681), 346.48 MiB | 1.21 MiB/s, done.
Resolving deltas: 100% (2237/2237), done.
error: invalid path 'experiments/results/correlation_dotprods/_LabelMe/all_results?.csv'
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 :/' The cloned
|
'?' is a reserved character on windows systems; since this file has a question mark it's invalid. SO says there's no way around this except to use a different os. https://stackoverflow.com/questions/36827671/git-clone-displaying-errors-and-marking-files-as-deleted-in-windows-10 I'd clone this repo inside a unix based docker container and develop in that container. |
error: invalid path 'experiments/results/correlation_dotprods/_LabelMe/all_results?.csv'
The text was updated successfully, but these errors were encountered: