Skip to content
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

Invalid path #6

Open
joshmouch opened this issue Oct 11, 2024 · 1 comment
Open

Invalid path #6

joshmouch opened this issue Oct 11, 2024 · 1 comment

Comments

@joshmouch
Copy link

Clone this on a windows machine results in a path error message. I've checked out a lot of different repositories before, and this is the first time I've seen this one. I've tried on a few different windows machines with the same results.

Cloning into 'discoveryworld'...
remote: Enumerating objects: 1141, done.
remote: Counting objects: 100% (205/205), done.
remote: Compressing objects: 100% (182/182), done.
remote: Total 1141 (delta 51), reused 94 (delta 22), pack-reused 936 (from 1)
Receiving objects: 100% (1141/1141), 16.33 MiB | 19.74 MiB/s, done.
Resolving deltas: 100% (122/122), done.
error: invalid path 'scripts/misc-util/convertTSVtoLatexTable-Human.py'
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 :/'

@MarcCote
Copy link
Collaborator

MarcCote commented Oct 15, 2024

Hi @joshmouch, thanks for reporting this. Just to be sure it was a Windows specific issue, I quickly tested on my Linux machine, and I can successfully clone the repo. I stumbled on this https://stackoverflow.com/questions/63727594/github-git-checkout-returns-error-invalid-path-on-windows, do you think that could address your issue for now? In the meantime, we will be looking for a cleaner fix.

Edit: I can confirm the issue on my Windows machine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants