Git version control with multiple users
Posted
by ignatius
on Super User
See other posts from Super User
or by ignatius
Published on 2010-03-30T19:24:38Z
Indexed on
2010/03/30
19:33 UTC
Read the original article
Hit count: 505
Hello,
i am a little bit lost with this issue, let me explain you my problem: I want to setup a git repository, three of four users will contribute, so they need to download the code and shall be able to upload their changes to the server or update their branch with the latest modifications.
So, i setup a linux machine, install git, setup the repository, then add the users in order to enable the acces throught ssh.
Now my question is, What's next?, the git documentation is a little bit confusing, i.e. when i try from a dummy user account to clone the repository i got:
xxx@xxx-desktop:~/Documentos/git/test$ git clone -v ssh://[email protected]/pub.git
Initialized empty Git repository in /home/xxx/Documentos/git/test/pub/.git/
[email protected]'s password:
fatal: '/pub.git' does not appear to be a git repository
fatal: The remote end hung up unexpectedly
is that a problem of privileges? need any special configuration?
i want to avoid using git-daemon or gitosis, sorry, maybe my question sound silly but git is powerfull but i admit not so user friendly.
Thanks Br
© Super User or respective owner