neosemantics icon indicating copy to clipboard operation
neosemantics copied to clipboard

Cannot git clone 5.1

Open JensHultman opened this issue 2 years ago • 1 comments

I get this message in git bash:

$ git clone https://github.com/neo4j-labs/neosemantics.git Cloning into 'neosemantics'... remote: Enumerating objects: 8005, done. remote: Counting objects: 100% (2479/2479), done. remote: Compressing objects: 100% (976/976), done. remote: Total 8005 (delta 1411), reused 2367 (delta 1317), pack-reused 5526 Receiving objects: 100% (8005/8005), 10.09 MiB | 7.25 MiB/s, done. Resolving deltas: 100% (4223/4223), done. error: invalid path 'src/main/java/n10s/aux/AuxProcedures.java' 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 :/'

Then tried to download the zip-file and got basically the same message about the aux folder not being a valid path.

JensHultman avatar Dec 20 '22 11:12 JensHultman

Can you NOT use this project on a Windows Machine? I see it has an AUX folder which is NOT allowed on Windows.

SemanticSculptor avatar Nov 30 '23 18:11 SemanticSculptor