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

Failed to reproduce the vulnerability. #2

Open
goldroad opened this issue Jun 15, 2024 · 3 comments
Open

Failed to reproduce the vulnerability. #2

goldroad opened this issue Jun 15, 2024 · 3 comments

Comments

@goldroad
Copy link

$ git clone --recursive [email protected]:amalmurali47/git_rce.git

Cloning into 'git_rce'...
remote: Enumerating objects: 35, done.
remote: Counting objects: 100% (1/1), done.
remote: Total 35 (delta 0), reused 0 (delta 0), pack-reused 34
Receiving objects: 100% (35/35), 5.53 KiB | 5.53 MiB/s, done.
Resolving deltas: 100% (12/12), done.
warning: the following paths have collided (e.g. case-sensitive paths
on a case-insensitive filesystem) and only one from the same
colliding group is in the working tree:

'a'
Submodule 'x/y' ([email protected]:amalmurali47/hook.git) registered for path 'A/modules/x'
fatal: could not create leading directories of 'D:/git_rce/A/modules/x': Not a directory
fatal: clone of '[email protected]:amalmurali47/hook.git' into submodule path 'D:/git_rce/A/modules/x' failed
Failed to clone 'A/modules/x'. Retry scheduled
fatal: could not create leading directories of 'D:/git_rce/A/modules/x': Not a directory
fatal: clone of '[email protected]:amalmurali47/hook.git' into submodule path 'D:/git_rce/A/modules/x' failed
Failed to clone 'A/modules/x' a second time, aborting

@JordanVegas
Copy link

JordanVegas commented Oct 19, 2024

i got this too.. were you able to reproduce?

@794628231
Copy link

me too

@amalmurali47
Copy link
Owner

@goldroad @JordanVegas @794628231 Make sure you're running Git Bash as Administrator on Windows. Also, this repo uses SSH URL for cloning, so unless you've setup SSH authentication, it won't work.

I've created another repository with submodules configured to use HTTPS instead of SSH:

git clone --recursive https://github.com/amalmurali47/demo_git_rce.git

This should work seamlessly without needing SSH setup. Let me know if you run into any other issues!

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

4 participants