-
Notifications
You must be signed in to change notification settings - Fork 120
Failed Git Push exits silently #143
Comments
Same problem here. The push failed with a 408 which wasn't picked up. From the log:
|
Same problem here. Repo is about 100 MB. Going to try to move some items out. |
I'm also getting the same HTTP 408 error. When I dig into the commit history, I see this annotation:
Maybe it's not the size of the repo, but the action itself needs to be updated to node 16? |
I tried this upgrade and it did not help. |
Same. Upgrade doesn't help. My whole repo is much larger, tho. 295MB |
Do the steps on the accepted answer. Worked for me. |
Is this the one you mean by the accepted answer, @EverettBerry ? Glad something worked for you! |
… the action. See helaili/jekyll-action#143 and https://github.com/orgs/community/discussions/55820. Signed-off-by: James R. Perkins <jperkins@redhat.com>
As per the updated README there won't be any new changes to this action. |
This job instance that failed to push for me.
helaili/jekyll-action@v2
.I'm not 100% sure about WHY it failed, but this article specifies it is common with excessively large commits.
I believe my site (at the time) weighed somewhere above 100MB. After removing assets and re-building, the
gh-pages
branch commit in the action was successful (example).The text was updated successfully, but these errors were encountered: