Try the Wiki
This project is maintained by lbonanomi
sudo yum install git-core -y;
sudo mkdir /git;
sudo chmod 777 /git;
====================================================================================
Find the on-disk location of the git repository.
A. If the primary appliance is up and the repository is browsable, its probably easiest to go-to https://github.enterprise.url/stafftools/repositories/$ORG/$REPO/disk
On-Disk Storage screen capture
B. If the repository isn’t browsable, login to the GHE replica appliance and run /usr/local/bin/ghe-repo $ORG/$REPO
to su to the git user and be cd’d into the on-disk location of the repository. Make-note of the current working directory, and log-out of the appliance.
REPLICA-APPLIANCE: /usr/local/bin/ghe-repo lbonanomi/scripts
git@REPLICA-APPLIANCE:/data/repositories/d/nw/d1/e4/03/100002219/7678.git$
C. If no appliance is available the backup directory may be trolled with a find command to search for a known filename. Please note that this is a very time-consuming process
git@REPLICA-APPLIANCE:/data/repositories/d/nw/d1/e4/03/100002219/7678.git$ cd ..
tar -cvf /var/tmp/7678.tar 7678.git;
tar -cvf /var/tmp/7678_network.tar network.git;
git clone $STANDALONE_GIT_SERVER:/git/7678.git