Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Git clone fails with "unable to checkout working tree" on windows #341

Closed
alexholdenmiller opened this issue Oct 1, 2022 · 2 comments
Closed
Labels
bug Something isn't working

Comments

@alexholdenmiller
Copy link
Member

🐛 Bug

Colons in ttyrecs filenames creates errors on windows.

To Reproduce

$ git clone https://github.com/facebookresearch/nle.git
Cloning into 'nle'...
remote: Enumerating objects: 78058, done.
remote: Counting objects: 100% (352/352), done.
remote: Compressing objects: 100% (192/192), done.
remote: Total 78058 (delta 195), reused 241 (delta 160), pack-reused 77706
Receiving objects: 100% (78058/78058), 105.88 MiB | 27.52 MiB/s, done.
Resolving deltas: 100% (62374/62374), done.
error: invalid path 'nle/tests/altorg/FlamingKetchup/2019-07-25.22:03:29.ttyrec.bz2'
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 :/'

also fails from the github program on windows.

@alexholdenmiller alexholdenmiller added the bug Something isn't working label Oct 1, 2022
@cdmatters
Copy link
Contributor

Hey @alexholdenmiller, will change this - though NLE in general will run into some problems with windows!

@cdmatters
Copy link
Contributor

Fixed this issue in #343

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants