Tagged Questions
Gitolite is software to manage a collection of Git repositories on a server accessible by SSH, without creating local accounts for the users. It provides per-branch control over read, write, and rewind/delete operation. It can also permit on-demand repository and branch creation, and allows delegating permissions administration to users.
15
votes
3answers
2k views
How do I rename a Git repository created with gitolite?
I created a Git repository using gitolite. Now I would like to rename that repository.
How can I do this?
In gitolite's readme is says that I should not work directly on the server. But I guess I ...
12
votes
7answers
4k views
Git Server Frustration (Gitosis, Gitolite, etc)
Please excuse the frustrating undertones as I have attempted to get this set up correctly multiple times to no avail (possibly and most likely due to my ignorance, but also likely due to the lack of ...
11
votes
1answer
2k views
Deleting Git Repository Gitolite?
I am wondering the proper way to delete a repository when using gitolite. Is there anything else I have to do besides delete the repository from the sever and remove all configurations related to the ...
7
votes
4answers
3k views
gitolite installation issue
Has any one tryied the easy install option of gitolite?
I am trying to install gitolite from my windows (workstation ) to a solaris box.
[command used to install]
./gl-easy-install -q git sjcfsap1 ...
6
votes
3answers
291 views
Git: recommended setup for web development
For two weeks now I've been trying to implement Git at our office. Rather than lack of documentation it's the wealth of examples, tutorials and the various uses of git that have made me confused as to ...
6
votes
3answers
4k views
How to setup post-receive-email Git hook with Gitolite
I'm using post-receive-email hook from the Git distribution to send e-mails to certain users when Git repository is updated (hook invoked from post-receive).
All my repositories were managed ...
5
votes
1answer
2k views
Authenticating Gitweb with Gitosis without LDAP Auth?
I found your article using Apache Auth with gitweb, gitosis.
I was wondering if there was a way to do this if I wasn't using LDAP for authentication. We currently have a very large NIS domain which ...
5
votes
4answers
4k views
Using gitosis to specify permissions per branch?
With gitosis, is it possible to specify write permissions so that users can push freely to branches with their own name, but not merge with the master? E.g. $USER/test1 .. $USER/test5
This mean you ...
4
votes
1answer
59 views
gitolite: allow RW users of any repo RW+CD to their personal branch, disallow others
In gitolite, I'd like to grant all write allowed users of any repo to RW+CD to their personal branch. In other words: Whoever is allowed to RW a project should be allowed to create branches, but only ...
4
votes
1answer
1k views
Migrating from gitolite to another managed GIT repository
I've been using gitolite/gitweb for the past few months and have been very satisfied with the combo, but am now looking at moving towards a better-managed web front-end where I can restrict access to ...
4
votes
4answers
5k views
Gitolite git clone error
I am trying to setu gitolite on my server (Macos server).
I followed the instructions in the INSTALL document found here :
http://sitaramc.github.com/gitolite/doc/1-INSTALL.html
I installed the root ...
4
votes
1answer
742 views
Backup git repositories using fetch instead of push
If your git version is too old to support git push --mirror from your gitolite server is it possible to simulate the feature by first git clone --bareing new repositories and then using git fetch ...
4
votes
3answers
2k views
Is good idea to use gerrit to host the git repository instead of gitolite or gitosis?
Originally I try to use gitosis to manage the git repositories in the company, and later notice gitolite is kind of enhancement of gitosis.
And also I heard gerrit could be used for the same ...
3
votes
1answer
177 views
Specify an SSH key for git push without using ~/.ssh/config
I have the following use case: I would like to be able to push to git@git.company.com:gitolite-admin using the private key of user gitolite-admin, while I want to push to git@git.company.com:some_repo ...
3
votes
1answer
700 views
How to install hooks in gitolite
I've read all the documentation about hooks, similar questions and a lot of code but I can't track where is the error in my procedure. I need to install a simple hook in my gitolite installation (made ...
3
votes
1answer
178 views
How to resolve a timeout exception when TeamCity fetches changes from a SSH Git repository
I've moved a Git repository from a shared folder on the network to a SSH server running gitolite. I've added a public/private key for TeamCity to use and pointed the VCS root at it. This all works OK ...
3
votes
3answers
3k views
gitolite push error -> remote: ENV GL_RC not set
I am trying to push content from a workstation to a server. But it gives me an error. Please look at the following for command and error:
Administrator@ganesh ~/testing
$ git push origin master
...
3
votes
1answer
801 views
gitolite hooks - post-receive doesn't seem to work
I have gitolite configured on my repo. I see 2 copies of the hooks as documented in the gitolite literature. I would like the server-side hook post-receive to send email when someone does a push to ...
3
votes
2answers
422 views
Deny READ of specific repository branches with gitolite
What I'm trying to achieve is the following:
coworkers are in group @coworkers,
clients are in group @clients.
The Git repo shall be available to read and write for everyone, but there shall be ...
2
votes
1answer
61 views
GIT clone and first GIT push issue
I have two issues. I have Ubuntu 10.10 and I have installed git server with gitolite
tool. Everything worked quite good. The gl-setup command of gitolite created 2 repositories:
gitolite-admin and ...
2
votes
1answer
81 views
What are reasons a git pull command may return “fatal:” with no additional output (not even a newline)?
I am trying to pull a git repo from a gitolite server.
git pull (and git pull origin master) both return the error "fatal:" with no additional output, not even a newline. The ssh keys seem to be ...
2
votes
3answers
233 views
dealing with long personal branch names in git and gitolite
I am using the "Integration-Manager" workflow with Git, while using gitolite for permission management. Gitolite has this neat option for easily managing personal user branches in:
...
2
votes
1answer
98 views
gitolite: add the same config to all repos
I want to auto add the same config values for all my repos managed by gitolite. I assumed that adding the following to gitolite.conf would do the trick:
repo @all
config hooks.mailinglist = ...
2
votes
2answers
178 views
git default remote branch with gitolite
I'm using gitflow branching model for some projects. For this reason when someone clone a repository I'd like that the default checked out branch would be the develop branch rather than master.
For ...
2
votes
1answer
473 views
Setting umask in Git / Gitolite
I have set up Git and Gitolite, and at some point I recall having seen an "umask" setting, in one of the configuration files. Does this set the permissions for all files I sync using Git? That is ...
2
votes
1answer
78 views
Gitolite: print message after git clone finished
I would like to create a message that pops up whenever someone clones a git repository using gitolite. I want to remind them to clone the hooks repo as well and to activate the contained hooks.
How ...
2
votes
1answer
462 views
gitolite: default remotes for new repository
I've installed gitolite (locally for now, to experiment) and it seems to work, except that new repositories are not tracking the remote by default after a git clone. If I remember correctly, when I ...
2
votes
2answers
1k views
gitolite installation: I cannot clone gitolite-admin repo!
I'm trying to install gitolite on my ubuntu server machine.
still, there're lots of things I don't know yet, but I'm stepping forwarding very slowly following its ...
2
votes
2answers
223 views
gitolite users cannot connect
I've got an issue with other users being able to connect to my gitolite server.
Everything is working fine on my end (I'm the admin and also did the gl-easy-install) - however, I've requested a pub ...
2
votes
4answers
261 views
How to tell git to use the correct identity (name and email) for a given project?
I use my personal laptop for both work and personal projects and I would like to use my work email address for my commits at work (gitolite) and my personal email address for the rest (github).
I ...
2
votes
1answer
573 views
Private key, access Gitolite repository for Netbeans on Win XP
Where to put private key to have access to Gitolite repository form Netbeans 7 ?
I have created a Public/Private key pair and did all the Gitolite configurations as described here. However I don't ...
2
votes
3answers
164 views
Git Log History
One thing that is important with version control is knowing who made what change. If something was changed and I had no idea why the change was made, I would look in the history and ask the person ...
2
votes
3answers
993 views
Gitolite One User - Many Keys - Different usernames
I have set up gitolite hopefully as per the instructions, and everything is working as planned.
I am slightly unsure as to how the usernames part works, and looking through the docs hasn't helped me ...
2
votes
1answer
987 views
Gitolite hooks not propagating
I've been through the extensive gitolite documentation over and over again. This is my configuration :
Git user running gitolite, while I installed Gitolite as another user, which had root ...
2
votes
3answers
3k views
Gitolite - How to create users?
I tried to install git + gitolite following this manual - using root instalation from server.
I just do not understand if new gitolite users have to have their user accounts?. When I add tester.pub ...
2
votes
4answers
1k views
How to set the ssh key to the user git while installing gitolite on Ubuntu 10.10
I am trying to configure a git server on an Ubuntu Server 10.10 with gitolite and following the tutorial On Ubuntu for Gitolite.
I first create a user git with the following command : sudo adduser ...
1
vote
0answers
37 views
SSH public/private key authentication from AFS mounted home directory
I'm trying to set up access to a gitolite-managed git server from an OS X machine with home directory mounted by AFS. Unix permissions are ignored by AFS, and based on my understanding of the ...
1
vote
0answers
19 views
For remote hook, like post-receive, how to get the permission list for wildcard repository in gitolite?
Working on the remote hook, post-receive, to send out notification emails by post-receive-email, and I am wondering if we can get the permission list just in post-receive for wildcard repositories ...
1
vote
1answer
29 views
Gitolite has started giving me errors when I push to a Git repo with errors about “declined hooks”
I have looked at this and this which both describe similar problems but don't offer solutions to my problem. However, Gitolite only started doing this last night and I'm not sure what caused it. Here ...
1
vote
1answer
53 views
Gitolite: can not push to repository
I'm in a situation where I have a local source tree that was cloned from a git repository, that I'm trying to push to a new remote location.
I installed gitolite on the server using the package ...
1
vote
3answers
58 views
Git: Deciding between branches and multiple repositories
I'm working on moving an organization to use git, and I'm trying to determine which would be a better approach, either having a single repo with multiple branches (development, integration and ...
1
vote
1answer
147 views
can't push with gitolite - ENV GL_RC not set
I've got a similar problem to this post here: gitolite push error -> remote: ENV GL_RC not set
I've installed gitolite successfully as a non-root method with no warnings or errors. Hoever I can't ...
1
vote
1answer
106 views
I can't see my project in gitweb. How do you configure gitweb properly?
Goal: To see my project in the gitweb webpage.
I have git+gitolite+gitweb installed. My gitolite.conf file is:
repo gitolite-admin
RW+ = ADMINUSER
repo testing
RW+ = ...
1
vote
1answer
88 views
How to setup a Git server which use User/Password?
I need to build a Git server which allows clients from both Window and *nix to read and write.
There are many tutorials out there showing how to build gitolite server over ssh, which required clients ...
1
vote
1answer
52 views
Gitolite through password instead of a key
Is there a way to make GitoLite work through passwords rather than through public+private keys? For example, to make it in such way that the user can clone the repository only through his/her own ...
1
vote
1answer
34 views
Gitolite ACL partition activation with fstab ?
I don't understand and i don't find any information about ACL and gitolite.
In first intention, i want to install gitosis, which need instalation of apt-get install ACL package for debian, and ...
1
vote
1answer
41 views
Gitolite does not load changes
I installed Gitolite, I am able to clone the admin repo, and I have did and added a key file and added him to permission list in the config file. I've also added a repo (an entry to the config), I ...
1
vote
1answer
170 views
gitolite hook for specific repository
I don't understand how do I create a post-receive hook for a specific repository in gitolite (non-root install)
My bare repository contains a website that should copy the working directory to the ...
1
vote
0answers
181 views
can't add user to gitolite repository
I use gitolite script to create projects (repos) and add users.
I have already 3 users - 2 are developers, 1 is for jenkins.
They have access via ssh ( simply generated rsa keys for each one and ...
1
vote
0answers
40 views
tried to add a new update.secondary hook to my repos in gitolite and now git push fails
remote: Undefined subroutine &main::repo_rights called at hooks/update line 41.
remote: error: hook declined to update
I have removed the update hook from all of my repos in order to get around ...