-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Inconsistent behaviour with sparse-checkout: --filter can only be used when extensions.partialClone is set #1502
Comments
+1 |
1 similar comment
+1 |
I'm having the same issue. |
Same issue |
Me too |
Same here.. |
For me, bumping git to at least 2.28 fixed this issue. I found the solution from this thread: #1386 I recognize in your description your git version is stated 2.42. so my solution is just one data point. |
Similar for me - I realized I had an old git version 2.25, so just bumping the version made this work. |
same here for 2.25.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi folks 👋🏽
This action is behaving a bit funny in my workflow.
Update: It works as expected on the main branch, but it's consistently failing when running against other branches, throwing the following error:
--filter can only be used when extensions.partialClone is set
Then it exits with code 128.
Re-running the workflow manually doesn't fix it.
Step:
Logs on a bad run (dev branch):
Details:
dev_branch
, the step is as described abovezap.conf
exists in the branchLogs on a good run (main branch):
Details:
main
, the step is as described aboveThanks
The text was updated successfully, but these errors were encountered: