Issue with AWS Codecommit branches

We have many repositories in codecommit, but recently one of our main repositories (the one with work the most) has been presenting problems with it’s branches.

Many of the branches does not work, when tried to visualize the branch content it gets the following error: “An unspecified error occurred. Check the network connectivity, and then check if there are any issues with the service in the Service Health Dashboard.”

Master branch works, but submaster and the other ones does not.

Devs report that when they try to git push in console, they get the error:

Base size in diff doesn’t match size of base object. Expected: 3709 Obtained: 10625 (unpacker error)

This happens only in this repository, the others work fine. We don’t have any idea, could it be a AWS problem?

Answer

Attribution
Source : Link , Question Author : 0diseuz , Answer Author : Community

Leave a Comment