gitosis Questions

2

Solved

I've installed Git and Gitosis on Ubuntu server which has 3 domain names parked. How do I know, which of these domain names are used by Git to construct Git access url, like for example, this: git@...
Turdine asked 11/5, 2011 at 10:45

3

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 ...
Seeseebeck asked 22/4, 2011 at 13:8

1

Solved

I've some persons that are under windows, and they need a public/private RSA keys pair in order to get them authenticated to gistosis, a GIT server. We use SmartGit as our GIT GUI, and this tool re...
Soutache asked 1/4, 2011 at 13:35

1

Solved

I have gitosis setup on my server and I'm trying to create a post-receive hook that will checkout changes to a working directory on the remote machine. Initially I got an error saying cannot open ...
Calicut asked 29/3, 2011 at 9:50

2

I am developing a web application using Gitosis (Debian Lenny) that I want to be able to push to different remote repos/locations thus allowing a "bleeding-edge", "release-candidate", & "produc...
Vernitavernoleninsk asked 19/3, 2011 at 22:55

3

Solved

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 purp...
Sweetie asked 8/7, 2010 at 9:12

5

Solved

I've got an SSH tunnel setup on my macbook, like this... $ ssh -o ServerAliveInterval=3 -N -L 22222:gitosis-server:22 [email protected] So I can ssh to localhost:22222 and will end up on the...
Exogenous asked 12/8, 2009 at 4:51

3

Solved

Related question: why does Git send whole repository each time push origin master The short version: When working with two Git repositories, even if 99% of the commit objects are identical, using ...
Shoer asked 5/11, 2010 at 0:15

1

Solved

I have git and gitosis running smoothly on windows with msysgit (with OpenSSH), and I would now like Hudson to start using git. So, I have ensured that the hudson windows service is running as the...
Monotheism asked 5/7, 2010 at 20:34

2

I have successfully set up gitosis for an Android mirror (containing multiple git repositories). While adding a new .git path following writable= in gitosis.conf I managed to insert a few line brea...
Fite asked 19/8, 2009 at 14:16

2

Solved

For some context: I just upgraded Ubuntu which broke my existing gitosis installation (see here: bug #368895), and have just reinstalled gitosis from packages. I now want to migrate my whole config...
Occultism asked 30/10, 2009 at 19:59

4

Solved

The post aims to summarize all pieces of information to set up a closed repository for 3 people in a competition. Please, feel free to add a problem to the list which I have not noted. Please, add ...
Kwok asked 15/2, 2009 at 14:0

© 2022 - 2024 — McMap. All rights reserved.