You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm facing recently "Error: fatal: error in object: unshallow" on github actions, it's not happening everytime, but often recently.
Any ideas? (I have truncated repo names)
Fetching the repository
/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/*
From https://github.com/...
- [deleted] (none) -> origin/sil-2656-implement-ability-to-toggle-access-to-parent-account
- [deleted] (none) -> origin/suez-4495-remove-carriage-from-graph
Error: fatal: error in object: unshallow 46bd1d9c132ed45bd396d6d5ec5834b6fda8169b
The process '/usr/bin/git' failed with exit code 128
Waiting 12 seconds before trying again
/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/*
Error: fatal: error in object: unshallow 46bd1d9c132ed45bd396d6d5ec[58](https://github.com/.../actions/runs/9564426959/job/26365177341#step:2:64)34b6fda8169b
The process '/usr/bin/git' failed with exit code 128
Waiting 11 seconds before trying again
/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/*
Error: fatal: error in object: unshallow 46bd1d9c132ed45bd396d6d5ec5834b6fda8169b
Error: The process '/usr/bin/git' failed with exit code 128
The text was updated successfully, but these errors were encountered:
Seems we have the same isse with "Actions/checkout@v4" /usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD HEAD /usr/bin/git submodule status Cleaning the repository Disabling automatic garbage collection Setting up auth Fetching the repository /usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* Error: fatal: error in object: unshallow 1066fcb96ed2600f286f7e7c2efc098f99c886ba The process '/usr/bin/git' failed with exit code 128 Waiting 17 seconds before trying again /usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* Error: fatal: error in object: unshallow 1066fcb96ed2600f286f7e7c2efc098f99c886ba The process '/usr/bin/git' failed with exit code 128 Waiting 18 seconds before trying again /usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* Error: fatal: error in object: unshallow 1066fcb96ed2600f286f7e7c2efc098f99c886ba Error: The process '/usr/bin/git' failed with exit code 128
I'm facing recently "Error: fatal: error in object: unshallow" on github actions, it's not happening everytime, but often recently.
Any ideas? (I have truncated repo names)
The text was updated successfully, but these errors were encountered: