helaili/jekyll-action

error: RPC failed; HTTP 408 curl 18 HTTP/2 stream 7 was reset

hfrSchmidt opened this issue · 1 comments

Using the action as of today would produce the following error before the push to the gh-pages branch:
error: RPC failed; HTTP 408 curl 18 HTTP/2 stream 7 was reset
This was already discussed here: https://github.com/orgs/community/discussions/55820

Our current workaround is to set pre_build_commands: git config --global http.version HTTP/1.1; git config --global http.postBuffer 157286400; apk fetch git-lfs; on the action.

I'm posting this here, so that it can potentially help others as well as a reminder that this exists. I have not dug any deeper into the root cause of this.

This seemed to be an issue in curl version 8.1.0 it should be fixed in version 8.1.1-2 and later. I have tested reverting the fix and everything seems to be back to normal. Closing now.