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?

            [BCLOUD-10959] Jenkins: Error fetching remote repo 'origin'

            Mark Lehky added a comment -

            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.

            Mark Lehky added a comment - 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.

            Hi! Please file an issue at support.atlassian.com for assistance with this request.

            Legacy Bitbucket Cloud User (Inactive) added a comment - Hi! Please file an issue at support.atlassian.com for assistance with this request.

              Unassigned Unassigned
              4a1240902b1d Mark Lehky
              Affected customers:
              0 This affects my team
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: