-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Open
Description
Getting this while checking out branch.
It suddenly started failing few min back.
Fetching the repository
/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +refs/heads/<redacted>*:refs/remotes/origin/<redacted>* +refs/tags/<redacted>*:refs/tags/<redacted>*
The process '/usr/bin/git' failed with exit code 1
Waiting 10 seconds before trying again
/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +refs/heads/<redacted>*:refs/remotes/origin/<redacted>* +refs/tags/b172b7f*:refs/tags/<redacted>*
The process '/usr/bin/git' failed with exit code 1
Waiting 18 seconds before trying again
/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +refs/heads/<redacted>*:refs/remotes/origin/<redacted>* +refs/tags/<redacted>*:refs/tags/<redacted>*
Error: The process '/usr/bin/git' failed with exit code 1
Usage in code:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
ref: ${{ env.COMMIT }}
COMMIT: ${{ github.sha }}
JonnyHaystack
Metadata
Metadata
Assignees
Labels
No labels