How to serve your Stash repo without using Stash

'How Do I...' and 'How to...' Guide to Stash

On this page

Still need help?

The Atlassian Community is here for you.

Ask the community

Purpose

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

Solution

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\Stash\3.10.2\data\shared\data\repositories\3

    Clone your repo using this command:

    git clone git://<hostname>/atlassian/Stash/3.10.2/data/shared/data/repositories/3
Last modified on Feb 26, 2016

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.