Add support for git bundle

XMLWordPrintable

    • Type: Suggestion
    • Resolution: Unresolved
    • None
    • Component/s: None
    • None
    • 4
    • 3

      Suggestion

      Add git bundle support to Bitbucket Server

      Adding support for bundles would add a basic level of support for the Google Repo client. (See installing repo and repo commands.)

       

      Original suggestion:

      Cloning a private repository using ssh uses the following form:

      git clone ssh://git@my-server:7999/project/hello_world.git

      However, when appending on a forward slash character '/' to the end of this path:

      git clone ssh://git@my-server:7999/project/hello_world.git/

      This fails to clone and provides the following error:

      Repository not found
      The requested repository does not exist, or you do not have permission to access it.
      fatal: Could not read from remote repository.

      Please make sure you have the correct access rights
      and the repository exists.

       

      However: It is possible, using HTTP, to clone using both

      git clone http://liam@my-server:7999/project/hello_world.git

      AND

      git clone http://liam@my-server:7999/project/hello_world.git/

       

      This is mainly an issue for anyone using Google Repo to manage multiple git repositories simultaneously, as it automatically appends a '/' to each repository.

       

            Assignee:
            Unassigned
            Reporter:
            Liam Bunn
            Votes:
            3 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated: