Gitblit is similar to GitLab and has basically the same interface as Github,

Gitblit is a git management tool written in Java. Gitlab is a Git management tool written in Ruby.

Gitblit is basically the same as gitlab.

Gitblit is easy to install, so download and install the Windows version directly. The download address is www.gitblit.com/. It may be a little slow without a ladder

1. Decompress the downloaded package without installation

2. Create a folder called GitRepository to store the data

3. Configure the gitblit.properties file

RepositoriesFolder (Git, repositoriesFolder) RepositoriesFolder = D:\GitRepository 3.4 Locate server.httpBindInterface and set the IP address of the server. Here to set your server IP server httpBindInterface = 3.5 find 192.0.0.210 server httpsBindInterface, Set to localhost server. HttpsBindInterface = localhost 3.6 save, close the fileCopy the code

Start Gitblit in Windows Service mode. 4.1 In the Gitblit directory, go to the installService. CMD file

SET ARCH=x86: SET CD=D:\Program Files (x86)\gitblit-1.8.0(your actual directory) Shut downCopy the code

5. Double-click on the installService.cmd file in the Gitblit directory (run as administrator). The task manager already has our Gitblit service

6. Open it in your browser and now you can use GitBlit. The default username and password are admin

Mine is 192.0.0.210:7080. Log in and go to the home page

The GIT server has been successfully installed on Windows.