-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
On a Windows 11 machine. Git version 2.45.2.
When trying to clone the repository I recieve the following error, and I am left with an empty working copy:
$ git clone [email protected]:NHSDigital/TerminologyServer.git
Cloning into 'TerminologyServer'...
remote: Enumerating objects: 1575, done.
remote: Counting objects: 100% (1575/1575), done.
remote: Compressing objects: 100% (1217/1217), done.
remote: Total 1575 (delta 348), reused 1519 (delta 312), pack-reused 0
Receiving objects: 100% (1575/1575), 1.17 MiB | 2.70 MiB/s, done.
Resolving deltas: 100% (348/348), done.
error: invalid path 'codesnippets/Basic Examples/ValueSet/Operations/expand/c/expand descendents of read code H3...'
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 :/'
I'm assuming it's to do with the three dots (...) in the filename. There are a number of files like this in the repository. I am able to git reset the majority of the files but not those ending in ...
e.g. reset "HEAD" -- "codesnippets/Basic Examples/ValueSet/Operations/expand/nodejs/expand descendents of read code H3..." fails with exit code 128.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels