Uploaded image for project: 'Bitbucket Cloud'
  1. Bitbucket Cloud
  2. BCLOUD-12279

Cannot clone just created public repository

    XMLWordPrintable

Details

    Description

      Size of the repository is less than 700MB. Maximum file size is 64MB. The repository is public, I have created it and I wanted to clone it elsewhere.

      I tried the following scenarios:

      git clone --branch devel git://bitbucket.org/repo_path.git
      Initialized empty Git repository in /localworkstation/repo_path/.git/
      bitbucket.org[0: 104.192.143.3]: errno=Connection timed out
      bitbucket.org[0: 104.192.143.1]: errno=Connection timed out
      bitbucket.org[0: 104.192.143.2]: errno=Connection timed out
      fatal: unable to connect a socket (Connection timed out)
      

      and

      git clone --branch devel https://bitbucket.org/repo_path.git
      Initialized empty Git repository in /localworkstation/repo_path/.git/
      error: RPC failed; result=22, HTTP code = 405
      # Then it hangs here indefinitely
      

      I have tried to enlarge the buffer with git config https.postBuffer 800M but it does not work yet.

      Any suggestions ...

      Attachments

        Activity

          People

            Unassigned Unassigned
            ee3a0551bcdf ashkurti
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: