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

FIX #73, cd command need '/d' option on Windows (cmd.exe). #74

Merged
merged 1 commit into from
Sep 9, 2024

Conversation

pxysource
Copy link
Contributor

When using cmd.exe on Windows, if you need to switch to a different drive path ("c:\" to "d:\"), you need to use the '/d' option.

Otherwise, the following command could fails to execute:

  1. cd path && git submodule update --init.
  2. cd path && git rev-parse HEAD.
  3. cd path && git sparse-checkout set --cone.
  4. cd path && git sparse-checkout add.

@will-v-pi
Copy link
Collaborator

Thanks for this PR - I've tested it and it works fine, so I'll merge it

@will-v-pi will-v-pi merged commit e9d5465 into raspberrypi:main Sep 9, 2024
1 check passed
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

Successfully merging this pull request may close these issues.

2 participants