GIT Hosting with gitolite

Setting up GIT hosting using gitolite This is my first git server and after some reading I decided to build gitolite to manage my git repositories. To begin building we need to generate a public/private key pair on your workstation and then we need to download and install gitolite from github since gitolite is not currently available in my servers distribution (Ubuntu 10.04). Alternately, you could install gitolite from your distribution (but that may change these instructions a bit). From your workstation First I generated a DSA keypair on my workstation. $ ssh-keygen -t dsa Generating public/private dsa key pair. …