-
Notifications
You must be signed in to change notification settings - Fork 25
Description
I'm in trouble, thus strongly require to fix this issue.
I tried to clone the repository. But I can't and got the following errors;
MINGW64 ~/hoge
$ git clone https://github.com/dalehenrich/filetree.git
Cloning into 'filetree'...
remote: Enumerating objects: 16316, done.
remote: Counting objects: 100% (116/116), done.
remote: Compressing objects: 100% (59/59), done.
remote: Total 16316 (delta 51), reused 116 (delta 51), pack-reused 16200
Receiving objects: 100% (16316/16316), 2.99 MiB | 202.00 KiB/s, done.
Resolving deltas: 100% (8362/8362), done.
error: invalid path 'tests/testRepositories/ver03/Cypress-Mocks.pkg/snapshot/classes/CypressMockBasic.class/class/current:.st'
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 :/'
MINGW64 ~/hoge
$ ls
filetree/
MINGW64 ~/hoge
$ cd filetree/
MINGW64 ~/hoge/filetree (gemstone2.4)
$ ls
Cannot see any files!!
MINGW64 ~/hoge/filetree (gemstone2.4)
$ git restore --source=HEAD :/
error: invalid path 'tests/testRepositories/ver03/Cypress-Mocks.pkg/snapshot/classes/CypressMockBasic.class/class/current:.st'
error: invalid path 'tests/testRepositories/ver03/Cypress-Mocks.pkg/snapshot/classes/CypressMockBasic.class/instance/name:.st'
error: invalid path 'tests/testRepositories/ver04/Cypress-Mocks.tree/CypressMockBasic/name:.st'
error: invalid path 'tests/testRepositories/ver04/Cypress-Mocks.tree/CypressMockBasic_class/current:.st'
MINGW64 ~/hoge/filetree (gemstone2.4)
$ ls
README.md doc/ license.txt repository/ tests/ tode/
MINGW64 ~/hoge/filetree (gemstone2.4)
$
Best regards,
Yasuhiro Kurahara