-
Bug
-
Resolution: Invalid
-
Medium
I am having a problems fetching one repo from Bitbucket.
My account came with the prebuilt "tutorial" demo. Pulling this repo works perfectly fine, for all the scenarios describe below.
My account has also been added to a private repo. For this repo I can clone / checkin / whatever from Eclipse.
I have set up Jenkins running in a VM. From Jenkins I only get the error: "Error fetching remote repo 'origin'". Note that from this same Jenkins I can clone my "tutorial" repo just fine!
I am trying to use https and username+password for all cases.
What else can I check?
I found a solution:
From command line, running:
#!bash $ git clone https://bitbucket.org/<name>/<repo>.git remote: Counting objects: 7196, done. remote: Compressing objects: 100% (3491/3491), done. fatal: Out of memory, malloc failed (tried to allocate 4650828872 bytes)
Which led me to this SO solution.
Alternatively, allocating more memory for my VM worked as well.