problem about gitolite-Collection of common programming errors
Arnaud
nginx git gitolite fcgi
I am trying to setup a server where my git repo would be accessible with HTTP(S).I am using gitolite and nginx (and gitlab for web interface but I doubt it makes any difference).I have searched the whole afternoon and I think I’m stuck.I have think I have understood that nginx needs fcgiwrap to work with gitolite, so I tried several configurations, but none of them work.My repositories are at /home/git/repositories.Here’s the three nginx configurations I have tried.1:location ~ /git(/.*) {gzip o
ThomasReggi
git gitolite hook push
Just got gitolite installed on my webserver and am trying to get a post-receive hook that can point the git dir in apache’s direction.This is what my post-receive hook looks like. Got this script from the Using Git to manage a web site.#!/bin/sh echo “post-receive example.com triggered” GIT_WORK_TREE=/srv/sites/example.com/public git checkout -fThis is the error response i’m getting back from git push origin master from my local workstation. These are files from within my repository.remote: post
user29600
ubuntu git clone gitweb gitolite
Following this tutorial on installing git, gitolite, git-daemon, and git-web I have successfully completed the entire tutorial and actually added projects gitolite; they show up on git web when I go to http://servername/.Now I’m trying to clone gitolite-admin.git to add another project and it spits out the errorfatal: ‘gitolite-admin.git’ does not appear to be a git repository fatal: The remote end hung up unexpectedlyI can’t actually clone any repositories from my server. Here is a bit of info,
Robert Mason
git gitweb gitolite
So I have set up a simple server running debian stable (squeeze), and have configured git. Using gitolite, I have all functionality (at least the basic clone/push/pull/commit) working. Installation of gitweb went without any issues. However, when I access gitweb, I get a gitweb screen without any repos listed.# tail -n 1 /var/log/apache2/error.log [DATE] [error] [client IP_ADDRESS] fatal: Not a git repository: ‘/var/lib/gitolite/repositories/testrepo.git’# cd /var/lib/gitolite/repositories/test
tftd
centos centos5 git gitolite gitlab
I have been trying to install GitLab on CentOS 5.x, but I am stuck now and google’s are confusing.I have been following this install guide (currently stuck here)After running bundle exec rake gitlab:app:status RAILS_ENV=production for the secund time I get this output:Starting diagnostic config/database.yml…………exists config/gitlab.yml…………exists /home/git/repositories/…………missing rake aborted! unexpected returnThe relevant part from /home/gitlab/gitlab/config/gitlab.yml is
Davide
linux git deployment permissions gitolite
I have an application using some template files and some developers wich are producing them.The best way I found to mantain templates is to install git over gitolite and creates an hook to automatically checkout templates on update, in the right folders.Well, everything on setup is up and running fine, but I have a security question.Templates are used by a small application running with a user called runtime, with runtime group. Gitolite uses another user/group usually git:git to manage reposit
JMSAZ2013
linux git gitolite
My firm is setting up Gitolite on Linux and we would like to setup a backup for the server just in case of a crash on every commit to a 2nd Linux server.How can we backup a Gitolite server on every commit to it? Is anyone doing this?
simont
eclipse git gitolite
I am trying to get a Gitolite server going on a CentOS machine, but I can’t seem to access it from an Eclipse on a Windows laptop.I can clone the admin repository from a local account and from the remote computer with command line git, (git clone [email protected]:gitolite-admin) but when I try to do it from Eclipse I get nothing but Auth fail messages.The key is in C:\Users\<username>\.ssh and Eclipse’s SSH2 home directory is pointing there.
user561638
githooks gitolite
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 this, but I know that they are now wide open. I ran gl-setup, and I may have mixed versions of gitolite on my machine. I am afraid that I ran the gl-setup from a version that is different than the one I am running currently. I am not sure how to tell. Please help. 🙁
ReynierPM
centos git repository git-repository gitolite
I’m trying to get up and running gitolite as the instructions said at this http://sitaramc.github.com/gitolite/qi.html but when I run the command:[git@devserver gitolite]$ src/gitolite install -ln FATAL: errors found before logfile could be created FATAL: die unknown gitolite sub-commandI get the errors above, what I’m doing wrong? I create the git user as:useradd -d /data/gitrepos gitAnd then cd to /data/gitrepos and clone the gitolite repo with the following command:git clone git://github.com
VonC
git msysgit gitolite
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 gitThe command breaks at the following place .*Y*ou are logging into system : [gitserver] cloning gitolite-admin repo… Initialized empty Git repository in c:/Documents and Settings/chandve/gitolite-a dmin/.git/ Password: fatal: ‘gitolite-admin’ does not appear to be a git repository fatal: The remote
Mario
git ssh gitolite ssh-keys gitlab
I stuck here now for like 2 Days a week.I’ve got a CentOs machine with Gitlab4 and gitolite. Everything worked fine for weeks, but suddenly last weekend something strange happend quite all binaries disappeared from the mashine ( like yum, python, ruby, mysql ect. ) i’ve really no clue how that can happn… After hours of reinstalling and compiling gitlab was working again.But i cant get the ssh keys between the gitlab and git user working. I already deleted and recreated the git user, set again
Ken Thompson
git gitolite
I am trying to setup gitlist on CentOS Linux (with gitolite in case that matters — I have relaxed the permissions on the repo directories managed by gitolite). I extracted the version 0.3 tarball from today from gitlist.org.My config.ini looks like this:client = ‘/usr/bin/git’ ; Your git executable path repositories = ‘/home/gitolite/repositories/’ ; Path to your repositories[app] debug = true ; I don’t know if baseurl is still needed..seems like my results are the same either way baseurl =
MochaPenguin
http permissions gitolite
I attempted to install Gitolite on a Fedora 17 server with the aim of setting up git and http access along with authorisation. Git access works ok. Can push and pull. But http access falls over with an Error 500. It appears I got something wrong with permissions. I can’t figure out what I got wrong. Could someone point me the right way, please?Here’s what I did. I followed instructions from here: sitaramc.github.comI have documented what I have tried to do here if anyone would like to see it do
Bathakarai
git gitolite gitlab
I successfully download Gitolite file based on link instruction.. When I try to run gitolite/install -ln I get the following error:[root@Project1-CO mygit]# gitolite/install -ln error: unknown option `dirty=-dt’ usage: git describe [options] <committish>*–contains find the tag that comes after the commit –debug debug search strategy on stderr –all use any ref in .git/refs –tags use any tag in .git/refs/tags –long
Web site is in building