The gitolite tag has no wiki summary.
1
vote
1answer
47 views
“gitolite setup -pk banruosheng.pub” failed when I install it on centos 5.4 32
when I installed gitolite on my centos 5.4 ,I just found errors below. How to find a way to fix them?
wget http://mirror.esc7.net/pub/OpenBSD/OpenSSH/portable/openssh-5.8p1.tar.gz
tar -xvzf ...
1
vote
0answers
76 views
Does a Gitolite administration plugin for Redmine 2.2 exist?
Once upon a time there was some neat plugin for the old version of Redmine enabling Gitosis administration through the redmine GUI, adding key to users, creating repo, etc...
But some days later, ...
3
votes
2answers
134 views
gitolite on an Ubuntu Server. {Broken install | Needs Fixing}
I recently had a friend install gitolite on my Ubuntu server, however when he did so, he setup the git user in the default /home/git, instead of where I would like... /var/git/. Several minutes ago I ...
4
votes
1answer
1k views
GitLab requires git@localhost password to push to a repo
I'm trying to get GitLab up and running on my server. I followed the installation instructions at the gitlab github page and everything went well.
The issue is, when I create a repo and try to 'git ...
1
vote
1answer
119 views
git/gitolite: big git repo with several mini projects
I'm pretty new to the whole version control thing, and even more so with git. I recently installed git on my computer(s) and set it up on a NAS server.
However, I have several client folders with ...
1
vote
1answer
2k views
Cannot login to ssh after installing Gitolite? PTY allocation request failed on channel 0
After I installed Gitolite onto my Synology DiskStation NAS as per these instructions:
http://www.bluevariant.com/2012/05/comprehensive-guide-git-gitolite-synology-diskstation/
I realized that I ...
2
votes
2answers
1k views
Installing Gitolite on NAS - FATAL: have errors but logging failed
I'm trying to install Gitolite on my Synology DiskStation, following these instructions.
Under Install Gitolite on the DiskStation and Run Setup, when I run the Gitolite install command:
...
1
vote
1answer
127 views
Can you have gitolite repositories with spaces in the names?
I want to have a SparkleShare repository that has spaces in the names, but it seems that gitolite doesn't like my config file to have spaces in the names.
4
votes
1answer
840 views
Is gitosis or gitolite necessary to push changes via HTTP/HTTPS to remote git repository?
I have an apache2 server running a virtual host with HTTPS and basic authentication enabled. The virtual host serves GIT repositories via gitweb script. Authenticated users pull repositories from ...
6
votes
2answers
8k views
Web interface for Gitolite
Are there any front end apps or web interfaces for Gitolite? I'm about something not for repository viewing but for access management.
3
votes
1answer
2k views
keyless public read-only access on gitolite
I was wondering if it was possible to configure gitolite to let anybody clone a repository without having to do the whole public key song and dance.
Obviously I don't want people to be able to ...
0
votes
1answer
919 views
Synchronizing git repository with post-receive hook
I have a redmine server and a gitolite server on the same machine. I want Redmine's GIT repository to get updated when a commit is registered. I thought of adding a post-receive script that updates ...