GIT server with username and password authentication

Posted by Giorgio on Server Fault See other posts from Server Fault or by Giorgio
Published on 2014-06-08T07:36:57Z Indexed on 2014/06/08 9:27 UTC
Read the original article Hit count: 134

Filed under:
|

I would like to set a GIT server and let my developers to login using username and password in order to commit and make changes to the projects. I need also to manage developer access to projects (I think I should use gitolite for this).

How can I do that?

I am used to SVN which is easy because you can set username and password for each developer, which can easily access the repository without having the generate an ssh key and put it on the server.

Thanks

© Server Fault or respective owner

Related posts about git

Related posts about gitolite