dmnemec / copy_file_to_another_repo_action

This GitHub Action copies a file from the current repository to a location in another repository
Apache License 2.0
182 stars 201 forks source link

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

Open nseidle opened 1 year ago

nseidle commented 1 year ago

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 commented 6 months ago

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