How to set up private git server on linux

前端 未结 4 987
轮回少年
轮回少年 2021-01-31 12:30

I have tried following how-set-up-your-own-private-git-server-linux and private-remote-git-repositories-ubuntu-linode but I am still having problems.

My local environmen

4条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-01-31 13:07

    I would like to recommend to use Gitolite that allows to setup git hosting on central srever with great features like access control and creating/managin repositories etc.

    And for windows, the tool called git-scm can be used for setting up git client and also have GUI panel for git repositories. After installation of this git tool, you will get a git bash tool and a git GUI.

    Gitolite makes settting up of a git hosting server and client very simple.

    I hope this may help new people who are looking for an efficient solution for settting up git hosting server and clients in some easy to understand simple steps.

提交回复
热议问题