I'm trying to install gitolite on a redhat virtual machine. Now, the machine is not connected to the internet. Therefore, I can't run the 'clone' step of the standard installation. I do have the source code on my machine, and when I run the 'install -ln' step - it throws:
fatal: Not a git repository (or any of the parent directories): .git
Which makes sense, because it's not a git repository (I don't understand why should it be a repository anyway).
I have also tried initializing a repo in the gitolite folder.. didn't help.
How can I workaround the clone step?