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

Private wiki clone URL is missing username (BB-7769)

    XMLWordPrintable

Details

    Description

      The default wiki content has e.g.:

      Go ahead and try:

      $ git clone https://bitbucket.org/jean/pools.git/wiki

      This fails:

      #!bash
      
      jean@klippie:~/repos/git$ git clone https://bitbucket.org/jean/pools.git/wiki pools-wiki
      Initialized empty Git repository in /home/jean/repos/git/pools-wiki/.git/
      error: The requested URL returned error: 401 while accessing https://bitbucket.org/jean/pools.git/wiki/info/refs
      
      

      This works:

      #!bash
      
      jean@klippie:~/repos/git$ git clone ssh://git@bitbucket.org/jean/pools.git/wiki pools-wiki
      [...]
      Receiving objects: 100% (3/3), done.
      
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            53163d5ed6e0 jean
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: