Questions tagged [gitolite]

19 questions
12
votes
3 answers

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.
Shogun
  • 131
6
votes
2 answers

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 push -u origin master' I am prompted for…
DevinR
  • 61
5
votes
1 answer

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 change the repo without a key first.
Chris
  • 240
4
votes
2 answers

Git won't push into a bare repository on server

I just installed Gitolite on a server, so any repositories that I'm pushing into on it should be bare repositories, and I've even went into the repo directories, and ran git init --bare in them to make sure that they are bare, but when I try to push…
4
votes
1 answer

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 virtual host. I don't need fine access control since…
3
votes
1 answer

Gitolite: manually compile the conf file?

I'm writing a web UI for repo management on a server to avoid having to clone gitolite-admin, editing the conf and keydir file and then pushing. The admin just logs in the web app, gets a list of all repos and permissions for each and from there he…
Virgiliu
  • 247
3
votes
2 answers

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 attempted to move everything over to the…
Matt Clark
  • 2,104
3
votes
1 answer

How to add support for LFS (or alternative) in Gitolite?

We have two projects which have to store huge blobs and I would like to add support for LFS (or an alternative) in my Gitolite server. I have found two projects on github which allow for…
Krystian
  • 223
2
votes
1 answer

Move gitolite3 to a new server

How do you successfully move an existing gitolite3 installation to a new server? I followed the instruction given here. However after copying all the repos over from the old server (including the original gitolite-admin) and doing a push -f from a…
sakra
  • 183
2
votes
2 answers

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 managed to install gitolite, but for whatever reason I…
Jay
  • 221
2
votes
3 answers

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: DiskStation> /volume1/homes/git/gitolite/install -ln /bin I…
Jay
  • 221
1
vote
1 answer

Gitolite3 SSH info failing

I have installed gitolite3 from the EPEL repository to Centos6.4. There were a number of things that I didn't like, so I set about to change them. First, I created an additional user and group called 'git' to distance from the obscure gitolite3…
1
vote
1 answer

"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 openssh-5.8p1.tar.gz cd openssh-5.8p1 ./configure…
1
vote
1 answer

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, like today, I've been trying to install the last…
AsTeR
  • 259
1
vote
1 answer

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 several project folders per client folder. Each one…
Jay
  • 221
1
2