Skip to content
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

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

Open
nseidle opened this issue May 24, 2023 · 1 comment
Open

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

nseidle opened this issue May 24, 2023 · 1 comment

Comments

@nseidle
Copy link

nseidle commented May 24, 2023

Thanks for this action!

My workflow has been working for ~2 years. Last week, this error appeared when I try to move a 2.1MB file to another repo. The issue and work-around are discussed here.

tldr; This action needs the following added:

git config --global http.version HTTP/1.1

I'm currently using this fork that has the fix work-around in place.

PR #78 looks like it is attempting to fix the same issue.

@Sanni-Damilola
Copy link

Thanks for this action!

My workflow has been working for ~2 years. Last week, this error appeared when I try to move a 2.1MB file to another repo. The issue and work-around are discussed here.

tldr; This action needs the following added:

git config --global http.version HTTP/1.1

I'm currently using this fork that has the fix work-around in place.

PR #78 looks like it is attempting to fix the same issue.

git config --global http.version HTTP/1.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants