I'm encountering an error while attempting to clone the repository from Bitbucket.
git clone <url>
Cloning into 'project'...
remote: Enumerating objects: 68756, done.
remote: Counting objects: 100% (68756/68756), done.
remote: warning: suboptimal pack - out of memory
error: git upload-pack: git-pack-objects died with error.
fatal: git upload-pack: aborting due to possible repository corruption on the remote side.
remote: aborting due to possible repository corruption on the remote side.
fatal: early EOF
fatal: fetch-pack: invalid index-pack output
But still able to clone the repo in another way using this below command.
git clone --recursive=false <repo_url>
Whether this issue can cause unable to find the bamboo spec the in bitbucket branch, though 1) Bitbucket repository and branch are linked. 2) Bamboo Specs is enabled, 3) YAML Specs at right folder and its name is bamboo-specs. Or if size of repo is more, then whether Bamboo setup can scan yaml file?
Hey Krisha,
Welcome to Atlassian community.
Do you want to have a quick look at the solutions defined at https://support.atlassian.com/bitbucket-data-center/kb/clones-fail-with-suboptimal-pack-out-of-memory/ and see if this works for you.
Regards,
Shashank Kumar
**please don't forget to Accept the answer if your query was answered**
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.