We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
Can you NOT use this project on a Windows Machine? I see it has an AUX folder which is NOT allowed on Windows.
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: