Is there a GIT web admin similar to Subversion Edge

In truth, I'm a complete newbie to Linux. I can just start the Apache web server and start it, but lose it completely when I understand more deeply, for example, setting permissions and security.

In any case, I am considering a simple standalone solution for centralized GIT repositories, so you need to check if there is something similar to the subversion edge where all administration (user and repository management) can be done through the web interface.

Is there any way to manage a central GIT server? Planning to start a central repository via http (s) with basic authentication (username and password) for each user.

+5
source share
3 answers

I recommend using gerrit , which covers most of the features you want. It is written in java and is easy to install on Linux.

It has been widely used in many projects, such as android, eclipse.

+2
source

I do not think Git web admins are popular and use something like gitolite pretty close to being as simple as possible you get it.

Gitolite Git, , Git, , Gitolite. . SSH Git, conf, , . , , . .

, - - , - Apache . , , , , , , : GUI , , .. , . , CDN uncache .. , Git ( .git- ), rsync ssh. SVN, Git ssh .

+1

Although this is a 3 year post, if you still find some products for managing central git repositories with authentication, I recommend using GitLab .

GitLab now has two versions that you can choose from, Community Edition and Enterprise Edition . It is very powerful that you are just hosting GitHub on a host, but at no cost.

0
source

All Articles