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

Intermittent invalid index-pack output errors when using checkoutv3 #1778

Open
glinero-king opened this issue Jun 14, 2024 · 0 comments
Open

Comments

@glinero-king
Copy link

Hi!
We are using actions/checkoutv3 in our github action workflow and we have seen intermittent issues since yesterday.
The builds complete successfully some times, but not others and here is the error message when it fails:

Error: fatal: fetch-pack: invalid index-pack output
Error: The process '/usr/bin/git' failed with exit code 128

I have found related issues in other versions of checkout and also related to git itself, like this one here.

The weird thing is that this error is not consistent and it is happening on one specific workflow and not all the time.

The way we use checkout is the following:

We are using v3 and the depth depends on the case. If it is a PR we are using depth 300 and if it is a push to master we are fetching everything (depth 0).
Again, this has been working for months and now it has showed this error but not in all the builds.

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

1 participant