Unexpected Git error on GitHub Actions: RPC failed; HTTP 408 curl 18 HTTP/2 #55820
-
Select Topic AreaBug BodyHello everyone, Since yesterday, GitHub Actions have been returning errors of the following type when deploying to GitHub Pages:
Is there a problem or a change in the GitHub Pages deployment process? |
Beta Was this translation helpful? Give feedback.
Replies: 19 comments 38 replies
-
I you want to have a look to the complete logs: https://github.com/scalastic/scalastic.github.io/actions/runs/5008728644/jobs/8976906598 |
Beta Was this translation helpful? Give feedback.
-
We have the same error here: The error log ends with:
The workflow is: |
Beta Was this translation helpful? Give feedback.
-
Same here: |
Beta Was this translation helpful? Give feedback.
-
Having the same issue |
Beta Was this translation helpful? Give feedback.
-
Having the same issue |
Beta Was this translation helpful? Give feedback.
-
Have tried a number of things to get around this issue but nothing seems to work. I though maybe the repo was to large, but reducing the size and trying again hasn't had an impact. This action has been working many times a day for months with no issue, until yesterday... not sure how to address short of just completely rewriting the workflow, but even then I'm not sure the same thing still won't happen. |
Beta Was this translation helpful? Give feedback.
-
Having the same issue, changes to one specific file fails to push everything with the same error mentioned in the main discussion, if you revert that file change it git push works, so there is definitely something going wrong. |
Beta Was this translation helpful? Give feedback.
-
Exact same issue since recently +1 |
Beta Was this translation helpful? Give feedback.
-
In our case, the workflow has been running for months without any issue and the last successful execution was last week on May 12th 2023. So, I think the problem can't be the content of our repository, which has not changed significantly over the last year, but definitely some recent modification of the execution environment of the GitHub actions. |
Beta Was this translation helpful? Give feedback.
-
Same issue recently +1 EDIT:
like @jeanjerome did worked. Solved. Thx! (git lfs is already installed) |
Beta Was this translation helpful? Give feedback.
-
Is github going to be this way or is this a bug? Is there an official response regarding this mater? |
Beta Was this translation helpful? Give feedback.
-
Same issue since recently, waiting for an official response. |
Beta Was this translation helpful? Give feedback.
This comment was marked as spam.
This comment was marked as spam.
-
I just got this error on my system as well, seems it's not related just to GHA.
|
Beta Was this translation helpful? Give feedback.
-
I made a brand new repo specifically to try avoid this frustrating bug that seemingly is only effecting some repos. Github let me make 1 commit, but no more after that. I just want to backup my notes man, but 'git push' no worky ;-; |
Beta Was this translation helpful? Give feedback.
-
Thanks for the fix @Jason2866 |
Beta Was this translation helpful? Give feedback.
-
The same issue is preventing packages from being packaged on @archlinux.
No update from the Github team on this? |
Beta Was this translation helpful? Give feedback.
-
From yesterday the issue is disappeared from my GitHub action and now it is working as normal. Are you experiencing also the normal situation again or the |
Beta Was this translation helpful? Give feedback.
-
I assume this means we can remove the below
|
Beta Was this translation helpful? Give feedback.
The testing repository of Arch Linux contains an updated
curl-8.1.1-2
that includes curl/curl@5c58cb0. This fixes the problem for me.