This repository has been archived by the owner on Oct 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 197
Error creating tree: Not Allowed (405) #114
Comments
Possibly the same problem here:
reran with username/password just in case the oauth token has not enough rights. Now the error is:
After all i am surprised what the plugin does here. Creating a commit manually and pushing that didn't take longer than 1minute, while the site plugin... well you see it above. |
I am also getting the same error, but only with 23 blobs, any possible ways to make it work?
|
The resolution/pull-request to the original topic of this issue has been backported for Java5 compatibility. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When using the goal
com.github.github:site-maven-plugin:0.12:site
the following error is thrown:It appears that committing a tree with 1,351 blobs exceeds a GitHub limit. To resolve the issue, I used the following patch to break the large commit into smaller bundles (500 blobs per commit).
I would not be surprised if others also run into this issue. I would be happy to backport this patch to use Java5 and/or create a plugin configuration element that specifies the size of commit bundles.
#113
The text was updated successfully, but these errors were encountered: