# GITBLIT.PROPERTIES
#
# Define your custom settings in this file and/or include settings defined in
# other properties files.
#
# Include Gitblit’s ‘defaults.properties’ within your configuration.
#
# NOTE: Gitblit will not automatically reload “included” properties. Gitblit
# only watches the ‘gitblit.properties’ file for modifications.
#
# Paths may be relative to the ${baseFolder} or they may be absolute.
#
# COMMA-DELIMITED
# SINCE 1.7.0
include = defaults.properties
#
# Define your overrides or custom settings below
#
# Git仓库的路径
git.repositoriesFolder =D:/git_repositories
# http协议和https协议的端口
server.httpPort =10101
server.httpsPort =10102
#服务器的地址
server.httpBindInterface =172.16.50.121
server.httpsBindInterface =172.16.50.121

在 Windows 上部署 gitblit
https://blog.csdn.net/longintchar/article/details/80787907
https://www.cnblogs.com/sunyllove/p/9564886.html
https://www.cnblogs.com/ucos/p/3924720.html
https://www.cnblogs.com/xifenglou/p/6952604.html
Git服务需要占用两个端口,你在阿里云上加两个映射端口
# http协议和https协议的端口
server.httpPort =10101
server.httpsPort =10102