Dependabot gives an error saying: GitRPC::BadObjectState when creating a pull request #152433
Replies: 1 comment
-
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
-
Select Topic Area
Bug
Body
Hello, so I recently added dependabot to my repository SrS2225a/custom_uploader, but upon it trying to create a pull request I would get the error saying:
POST https://api.github.com/repos/SrS2225a/custom_uploader/git/trees: 422 - GitRPC::BadObjectState // See: https://docs.github.com/rest/git/trees#create-a-tree [Troubleshoot Dependabot errors](https://docs.github.com/github/managing-security-vulnerabilities/troubleshooting-dependabot-errors
). I tried following the troubleshooting guide for dependabot and the attached link in the error, but I could not find any solutions there for my problem. I tried manually running it again as well to see if it was some kind of fluke, but it results in the same error message. I even tried runninggit fsck
, but git reports there are no errors and I have been able to push without issue. Can anyone help with this issue? Below, I have also attached an screenshot of the error. Thanks!Beta Was this translation helpful? Give feedback.
All reactions