Questions tagged [gitosis]

Gitosis is software to manage a collection of Git repositories on a server accessible by SSH, without creating local accounts for the users. It has not been updated since 2009. Gitolite is an actively developed alternative with a richer feature set. Use this tag for help with Gitosis installation and usage.

202 questions
2
votes
5 answers

gitosis and git clone problem

I have installed gitosis, but i have strange thing when i'm working with repos. In config i have [gitosis] [group gitosis-admin] writable = gitosis-admin members = me@server me@laptop [group prj1] writable = prj1 members = me@laptop and in…
Alexey Poimtsev
  • 2,845
  • 3
  • 35
  • 63
2
votes
1 answer

E-mail as Git SSH User

I'm in a project where all users from a LDAP server just have e-mails as unique identifier. I need to have users clone their projects from their remote home directories on a linux server. So I'm thinking about using the SSH protocol for GIT to…
2
votes
1 answer

Understanding Gitosis user repo access

I have set up git and gitosis at my Ubuntu v-server. Creating new repositories on the server, checking out gitosis-admin.git and pushing an altered conf and new keys (otheruser.pub for example) works fine. The authorized_keys file gets updated as…
ToBe
  • 87
  • 1
  • 8
2
votes
1 answer

I got a non-bare repository in gitosis somehow?

I am trying to push to a git repository that is managed by gitosis on a server. When I push, I get this error: william@utapau:~/lyre$ git push Enter passphrase for key '/home/william/.ssh/id_dsa': Counting objects: 9, done. Compressing objects:…
William Jackson
  • 1,130
  • 10
  • 24
2
votes
2 answers

How do I build from a Git repository subdirectory with Jenkins & Ant?

I have Jenkins CI configured to work with GitHub. It successfully populates my ${workspace} but the actual project I want to build is in a subdirectory of the repo: https://github.com/androidfu/CodeExamples Invoking Ant from within Jenkins states…
Bill Mote
  • 12,644
  • 7
  • 58
  • 82
1
vote
1 answer

Gitosis and www-data

I'm currently building a ubuntu (10.0.4 LTS) server on a VPS to host a WordPress based website. I've got gitosis installed to host the remote repository and what I would like to do is plugin to the post receive hook to update the WordPress theme…
simon
  • 73
  • 1
  • 8
1
vote
1 answer

How to deploy/run Sinatra app on Mac via Passenger?

We have a git server running on Gitosis hosting our projects. We have created an interface to display info about our repos, and now need to deploy it to the Mac running gitosis. The files for the Sinatra app need to reside in the…
1
vote
1 answer

Using git post-receive hook with nginx and php-fpm environment

I have a CentOS 6 server set up with git, gitosis, nginx, and php-fpm. With our setup, nginx executes php scripts via php-fpm, which is configured on a per-site basis to run as a specific user for security purposes (i.e. not all under nginx:nginx)…
Brendan
  • 4,565
  • 1
  • 24
  • 39
1
vote
0 answers

gitosis-plugin integration with redmine on amazon ec2

I am trying to integrate gitosis-plugin with redmine. I used http://scie.nti.st/2007/11/14/hosting-git-repositories-the-easy-and-secure-way to install gitosis on the server. The gitosis works fine and I was able to use the created repositories for…
1
vote
1 answer

Gitosis cloning out on non-default port

When gitos-admin with git clone ssh://gitosis@192.168.1.1:gitosis-admin.git I couldn't connect because ssh is connecting to port 22 and my ssh is running on 2211. So, I searched the internet for a solution. It should be as easy as adding the port to…
Roel Veldhuizen
  • 4,613
  • 8
  • 44
  • 78
1
vote
2 answers

Forking a git repo from git.debian.org / github and putting it on a local gitosis server

I'd like to know if the following is possible with git and if it is - how: Fork a repository from somewhere on the internet (let's say git.debian.org). Put this forked code on a local gitosis server, where a group of people will work on it…
yurker
  • 11
  • 1
1
vote
1 answer

Git asking for password on Gitosis from capifony

I setup a server with gitosis (yum install gitosis (CentOS 6.2)) and configure my deploy.rb as follow: set :application, "uda" set :domain, "10.0.0.59" set :deploy_to, "/var/www/html/" set :app_path, "app" set :user, "root" set…
ikerib
  • 781
  • 3
  • 11
  • 28
1
vote
1 answer

Different keys to push and pull to git repository

I'm using gitosis to host a git repository on my home server. I've set it up to accept three SSH keys: my main one (passphraseless) with read/write access, my passphrased one (which I'm more comfortable putting on servers other people have root on)…
tremby
  • 9,541
  • 4
  • 55
  • 74
1
vote
1 answer

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 activation of acl into fstab file. With gitolite, a…
reyman64
  • 523
  • 4
  • 34
  • 73
1
vote
2 answers

Gitosis has been set up, but now cloning asks for "git-upload-pack" password?

I have set up the Gitosis as explained here: http://www.jedi.be/blog/2009/05/06/8-ways-to-share-your-git-repository/#gitosis However, now that I run: git.exe clone ssh://rfactor@192.168.3.3:gitosis-admin.git asd I get a prompt from plink.exe (I'm on…
Tower
  • 98,741
  • 129
  • 357
  • 507