Skip to content
New issue

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

git clone not successful #478

Closed
tgl123 opened this issue Jun 4, 2021 · 3 comments
Closed

git clone not successful #478

tgl123 opened this issue Jun 4, 2021 · 3 comments
Milestone

Comments

@tgl123
Copy link

tgl123 commented Jun 4, 2021

$ git clone https://github.com/btraceio/btrace.git btrace-develope
Cloning into 'btrace-develope'...
remote: Enumerating objects: 17430, done.
remote: Counting objects: 100% (1169/1169), done.
remote: Compressing objects: 100% (589/589), done.
remote: Total 17430 (delta 335), reused 1047 (delta 271), pack-reused 16261
Receiving objects: 100% (17430/17430), 16.26 MiB | 5.86 MiB/s, done.
Resolving deltas: 100% (9743/9743), done.
error: invalid path 'btrace-runtime/src/main/java/org/openjdk/btrace/runtime/aux/Auxilliary.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 :/'

error: invalid path 'btrace-runtime/src/main/java/org/openjdk/btrace/runtime/aux/Auxilliary.java'

@jbachorik
Copy link
Collaborator

jbachorik commented Jun 5, 2021

Please, try again and/or check your system set up.
I have just verified that the cloning works as expected.

jaroslav.bachorik@COMP-C02FJ0PSMD6V /tmp % git clone https://github.com/btraceio/btrace.git
Cloning into 'btrace'...
remote: Enumerating objects: 17430, done.
remote: Counting objects: 100% (1169/1169), done.
remote: Compressing objects: 100% (590/590), done.
remote: Total 17430 (delta 335), reused 1046 (delta 270), pack-reused 16261
Receiving objects: 100% (17430/17430), 16.26 MiB | 3.46 MiB/s, done.
Resolving deltas: 100% (9743/9743), done.
jaroslav.bachorik@COMP-C02FJ0PSMD6V /tmp %

@muzinian
Copy link

See this :

CON, PRN, AUX, NUL, COM1, COM2, COM3, COM4, COM5, COM6, COM7, COM8, COM9, LPT1, LPT2, LPT3, LPT4, LPT5, LPT6, LPT7, LPT8, and LPT9. Also avoid these names followed immediately by an extension; for example, NUL.txt is not recommended. For more information, see Namespaces.

@jbachorik
Copy link
Collaborator

@muzinian Thanks. This explains that.
Sorry, haven't been running windows dev env for many, many years :(

@jbachorik jbachorik added this to the 2.2.1 milestone Oct 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants