You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :/'
The text was updated successfully, but these errors were encountered:
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 :/'
The text was updated successfully, but these errors were encountered: