Tagged Questions

11
votes
4answers
816 views

Setting Git for a team of 3 people?

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 …
4
votes
1answer
130 views

Gitosis and ssh keys - does the email address have anything to do with the git email address?

I'm trying to set up gitosis on a server. I was just wondering one thing, my ssh key has my gmail address at the end, because I was originally using it for github. For this new project on the server …
4
votes
4answers
601 views

Git/gitosis: How to check validity of user name and email?

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 this, …
3
votes
4answers
560 views

Connecting to gitosis server through an SSH tunnel.

I've got an SSH tunnel setup on my macbook, like this... $ ssh -o ServerAliveInterval=3 -N -L 22222:gitosis-server:22 user@firewall.domain.com So I can ssh to localhost:22222 and will end up on the …
3
votes
1answer
361 views

Gitosis: setting repository config variables

Is there a way to set repository config variables through the gitosis conf instead of going into each repository and editing the conf values directly?
2
votes
1answer
28 views

gitosis did not generate projects.list automatically, gitweb can’t work.

I setup a gitosis managed git server. git clone is ok. but when I set gitweb via gitweb.conf as below: $projectroot = "/srv/gitosis/repositories"; $git_temp = "/tmp"; $home_text = …
2
votes
3answers
126 views

GIT, GITOSIS, WEBSITE - Paths

I have an Ubuntu server and have installed git and gitosis. I am new to server administration and have the following gitosis folder tree: /home/git/repositories I have edited the user's rights to …
2
votes
1answer
375 views

git push says everything up-to-date even though I have local changes

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 local …
1
vote
4answers
164 views

Gitosis not updating server configuration after push of configuration changes

Hi, 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 …
1
vote
5answers
210 views

git push validation from windows sets author to unknown

Hello, I have recently setup a new gitosis in my private network on ubuntu server. All other clients in network are windows xp machine except one linux client I have following setup in gitosis.conf: …
1
vote
1answer
172 views

How do I recover from pushing a gitosis.conf file with parsing errors due to line breaks?

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 breaks. …
1
vote
1answer
401 views

gitosis and git clone problem

Hi, 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 …
1
vote
3answers
415 views

Set up Gitosis, but can’t clone

I've set up Gitosis on a remote Ubuntu box which I will refer to as linuxserver as my host in the following commands. I'm also connecting from a Windows box using Cygwin. I followed the instructions …
1
vote
3answers
213 views

Is it possible to use the same ssh private/public key pair on 2 machines to access a git repository?

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 is …
1
vote
3answers
458 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 …

1 2 next
15 30 50 per page