gitosis Questions

32

Solved

I have a remote gitosis server and a local git repository, and each time I make a big change in my code, I'll push the changes to that server too. But today I find that even though I have some lo...
Criollo asked 16/6, 2009 at 7:1

3

I use git with a big development team and I'd like to have a set of aliases be common across every developer. They change every so often, so I'd like to store them in origin somehow. Is there any w...
Protest asked 4/3, 2010 at 16:10

3

Solved

I've recently setup an inhouse git repository server and have it up and running with gitosis installed as the management tool. Read only access is available via the git:// protocol and write access...
Faustinafaustine asked 22/7, 2009 at 1:55

5

Solved

I finally made a great step by abandoning SVN for Git and loving it. It must be somewhere, but I can't really find on how to do this, gitosis friendly. I have my repo 'site' stored on a remote mac...
Fredel asked 18/5, 2010 at 12:0

11

Solved

I'm confronted with some problems when trying to configure gitosis on my Archlinux http://wiki.archlinux.org/index.php/Setting_Up_Git_ACL_Using_gitosis I referred to this wiki article and success...
Aecium asked 25/5, 2009 at 14:45

3

I've searched and searched, for what seems like hours, for a solution to this problem and nothing I've tried works. Let me preface all this by saying that while I've used *nix before, I'm pretty mu...
Offen asked 2/7, 2010 at 2:21

7

I have setup a gitosis server following instructions from here. It works fine for the initial user but I have recently added a new user. Here are the steps I took. Created an rsa keypair using ss...
Donitadonjon asked 3/2, 2011 at 3:56

3

Solved

So I've inherited a fairly large code base from some other developers, with code stored in various git repositories. Sometimes, it's hard to know which project a particular piece of code might lie...
Sallust asked 18/7, 2012 at 14:24

3

Solved

We're using git with a central repo (using Gitosis). I've created a post-receive hook to generate an email to the dev mailing list whenever changes are pushed to the central repo, and to generate d...
Nolde asked 22/2, 2010 at 21:50

5

Solved

I am looking for installing a git server to share projects with my team. I don't want to create a user account on the server with SSH access for each developer that needs a git access. It see...
Homager asked 4/6, 2012 at 21:1

10

Solved

Are there alternatives to gitosis that are easier to use? I currently run gitosis on a Ubuntu server for my lab. We regularly add new users and repos. I find the gitosis.conf syntax non-intuitive...
Shun asked 1/4, 2010 at 1:56

7

Solved

I'm trying to setup gitosis according to the instructions here. It works fine from my remote machine so the server seems to be setup fine but I'd also like to be able to do development on my gitos...
Suiting asked 25/12, 2009 at 14:51

5

Solved

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 pr...
Darg asked 19/8, 2009 at 6:54

5

Solved

I've set up gitosis using the tutorial privided at: http://scie.nti.st/2007/11/14/hosting-git-repositories-the-easy-and-secure-way I found that I was unable to push and create a new repository af...
Bobwhite asked 24/9, 2009 at 22:27

2

Solved

Gitosis is able to authenticate users based on public/private key pair. It is able to find out which user is currently committing. However, the user name and email is taken from the client's Git co...
Persecute asked 17/4, 2010 at 16:16

4

Solved

The Players I've been using git and gitosis for some months now, and am really loving both. Unfortunately, I have run into a problem accessing one of my projects with gitosis. The Set-Up I set ...
Mathews asked 8/8, 2010 at 19:34

5

Solved

I have installed git and gitosis and I need to add a check that the user name is valid when something is pushed into the repository. I reckon the pre-receive hook is the correct hook to place thi...
Resect asked 5/5, 2009 at 14:0

2

I have working gitosis repo. If I do git clone git@server:repo.git it clones the repo correctly. However, it does not work if I do: git clone ssh://git@server:repo.git Cloning into repo... ssh...
Broadax asked 22/3, 2012 at 7:20

2

Solved

Sorry for my ignorance - but what is the gain of having either Gitosis or Gitolite. I have a Synology NAS server running, but could I not just create a "bare" on any folder on the NAS? Regards
Iatry asked 5/6, 2012 at 6:58

6

Solved

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 o...
Wallflower asked 9/4, 2011 at 19:54

4

Solved

In git/gitosis a single ssh key is stored with the filename the same as user name. i.e. myusername.pub If I want to access a repository from many machines, must I make a new user from each locati...
Dolan asked 23/6, 2010 at 19:0

2

Solved

I am not big into ubuntu, but I managed to set up git on my client and gitosis on the server which I am proud of. I added my local ssh public key to the authorized keys for gitosos and can clone, p...
Evitaevitable asked 25/10, 2011 at 11:11

4

Solved

Git is clearly awesome and a variety of clients are both available and easy to install for all platforms. However it's a bit of a challenge to get a Git server up and running for teams. I'm a bi...
Injured asked 24/6, 2011 at 12:59

4

Solved

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 yo...
Authorized asked 23/2, 2009 at 22:43

5

I'm confronted with some problems when trying to configure gitosis on Ubuntu. When i run this command git clone gitosis@host:gitosis-admin.git For my local machine i used git clone [email p...
Rugged asked 17/6, 2009 at 9:4

© 2022 - 2024 — McMap. All rights reserved.