-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Github Action checkout v4 fails on fetching - git error - The process '/usr/bin/git' failed with exit code 128 #9882
Comments
Hey @leoherbie! It shouldn't be image related since it seems as an old checkout issue: actions/checkout#417. Please use one of the workarounds from the original issue. In case it won't work please ping us. |
@leoherbie |
Thank you so much for the quick reply. Sorry about filing it under the "runner-image" repo. I found a similar issue that gained traction and was resolved under that repo so filed this one there too. I will try the workaround. |
FYI. I found a workaround. If I used an access token it started working again:
Previously, I did not have to do this. |
### Description We're seeing sporadic failures on the `dorny/paths-filter` part, and[ the recommended recourse](dorny/paths-filter#24 (comment)) from the workflow author is to add a checkout. Failures: - https://github.com/vercel/turborepo/actions/runs/13208878667/job/36878355246 - https://github.com/vercel/turborepo/actions/runs/13205111177/job/36866322671 However, it's notable that it looks like GHA just...does this sometimes? - actions/checkout#417 - actions/runner-images#9632 - actions/runner-images#9882 ### Testing Instructions CI
### Description We're seeing sporadic failures on the `dorny/paths-filter` part, and[ the recommended recourse](dorny/paths-filter#24 (comment)) from the workflow author is to add a checkout. Failures: - https://github.com/vercel/turborepo/actions/runs/13208878667/job/36878355246 - https://github.com/vercel/turborepo/actions/runs/13205111177/job/36866322671 However, it's notable that it looks like GHA just...does this sometimes? - actions/checkout#417 - actions/runner-images#9632 - actions/runner-images#9882 ### Testing Instructions CI
Description
Checkout is suddenly failing where previously is worked.
Here are the logs
Platforms affected
Runner images affected
Image version and build link
ubuntu-22.04 https://github.com/KualiCo/research-pdf/actions/runs/9129035800
Is it regression?
yes
Expected behavior
git should not fail on checkout
Actual behavior
git fails on checkout
Repro steps
simply use checkout v4 with ubuntu 22.04 runner (or any of the available ubuntu runners) and it will fail
The text was updated successfully, but these errors were encountered: