-
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
Git error after some executions #143
Comments
@Maykonn are you using a self-hosted runner or one of the hosted runners? |
@ericsciple I'm using the Github hosted runner. |
@Maykonn thanks. Sorry meant to reply sooner. Does this happen occasionally or are you running into this daily? Service availability shows issue on Dec 13. If a daily thing, i'm wondering whether it's a specific data center for the hosted runner. Do you see the issue on all runners ( |
@bryanmacfarlane @TingluoHuang does the runner track network health (ping etc)? Even if so, not sure where would surface. In this case hosted runners. Sounds like an issue with either git service, or network of hosted runners. How do we route these issues? Is there generally useful docs or guidance for troubleshooting? Otherwise burden on every action that interacts with GitHub service, or even network. |
@ericsciple thanks for your help. I ran the action two times again to test it right now, and on the first time the checkout worked without problems, but in a second test, I got the same error that I described days ago. Tested only with ubuntu-latest runner. |
@hross fyi |
@ericsciple for network health, you may want to follow up with compute. You might also want to check with dot com repo folks to see if the times line up with anything. |
This happens to me when I merge into master on: |
@ericsciple Hi, I also got the same error, is there a solution for this? |
Can you try setting the following env vars so fetch will print more info: GITHUB_TRACE=1 For example: jobs:
foo:
steps:
- uses: actions/checkout@v2
env:
GIT_TRACE: 1
GIT_CURL_VERBOSE: 1 |
Seeing the same issue, Using github runners, ubuntu-latest |
7497977Z ##[group]Run |
Jobs |
token: *** |
This might not be the same issue, but the same thing happened to me and the cause was having the branch name incorrect. |
same here! always the same error: strange that some other repos works fine with same action workflow |
In my case, i fixed this error removed existed containers (i use self-hosted actions). I don't know why containers didn't rebuild, because user has all permissions for that. |
The checkout action works fine (do the private repo checkout) until be executed I'm sure but something like 4 or 5 times. I mean, after some executions I'm getting the following output error of retries:
As I said, this retries and then the output error happens randomly after some Action executions and then after I retry 2 or 3 times by clicking to re-run the action steps it eventually gets working again.
The text was updated successfully, but these errors were encountered: