We can build git server using gitolite which also we can host into our Ubuntu. First, we wil act as client which need SSH public keys. Generate our ssh public keys and copy into /tmp by :
ssh-keygen -t rsa
cp ~/.ssh/id_rsa.pub /tmp/local.pub
Now, we should install dependencies packages by :
Continue reading