Installing Gitolite on NAS - FATAL: have errors but logging failed
- by Jay
I'm trying to install Gitolite on my Synology DiskStation, following these instructions:
http://www.bluevariant.com/2012/05/comprehensive-guide-git-gitolite-synology-diskstation/
Under "Install Gitolite on the DiskStation and Run Setup"
When I run the gitolite install command:
DiskStation> /volume1/homes/git/gitolite/install -ln /bin
I get the following error:
FATAL: have errors but logging failed!
2012-05-31.00:10:22 no GL_LOGFILE env var
2012-05-31.00:10:22 die could not symlink /volume1/home/git/gitolite/src/gitolite to /bin<<newline>> at /volume1/home/git/gitolite/install line 71<<newline>>
I am very new to all of this.
Does anyone know what this means, and how I can fix this error?
Thank you very much.