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?