How to serve your Bitbucket Server repo without using Bitbucket Server

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

目的

Provide access to your Bitbucket Server repo over git protocol for testing purposes, e.g. to test clone speed.

ソリューション

Windows

  1. Start the git daemon: git daemon --export-all
  2. Clone your repo by using the git protocol and reference the path to the bare repo folder on disk. For example, if your repo is located here:

    C:\atlassian\Bitbucket Server\3.10.2\data\shared\data\repositories\3

    Clone your repo using this command:

    git clone git://<hostname>/atlassian/Bitbucket Server/3.10.2/data/shared/data/repositories/3
最終更新日: 2016 年 2 月 26 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.