Gitblit服务器搭建和git使用教程(1).docVIP

  • 22
  • 0
  • 约3.14千字
  • 约 9页
  • 2022-07-25 发布于浙江
  • 举报
去官网 ://gitblit /下载最新的压缩包,并在Windows上搭建 下载 gitblit.properties E:\Gitblit\gitblit-1.7.1\data \gitblit.properties 添加红色局部 # # GITBLIT.PROPERTIES # # Define your custom settings in this file and/or include settings defined in # other properties files. # # Include Gitblits 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 include = defaults.properties # # Define your overrides or custom settings below # # Base folder for repositories. # This folder may contain bare and non-bare repositories but Gitblit will only # allow you to push to bare repositories. # Use forward slashes even on Windows!! # e.g. c:/gitrepos # # SINCE 0.5.0 # RESTART REQUIRED # BASEFOLDER git.repositoriesFolder = E:\Workspace # Standard port to serve. = 0 disables this connector. # On Unix/Linux systems, ports 1024 require root permissions. # Recommended value: 80 or 8080 # # SINCE 0.5.0 # RESTART REQUIRED server. Port = 1000 # Secure/SSL s port to serve. = 0 disables this connector. # On Unix/Linux systems, ports 1024 require root permissions. # Recommended value: 443 or 8443 # # SINCE 0.5.0 # RESTART REQUIRED server. sPort = 1001 # Specify the interface for Jetty to bind the standard connector. # You may specify an ip or an empty value to bind to all interfaces. # Specifying localhost will result in Gitblit ONLY listening to requests to # localhost. # # SINCE 0.5.0 # RESTART REQUIRED server. BindInterface = #?Specify?the?interface?for?Jetty?to?bind?the?secure?connector.? #?You?may?specify?an?ip?or?an?empty?value?to?bind?to?all?interfaces.? #?Specifying?localhost?will?result?in?Gitblit?ONLY?listening?to?requests?to? #?localhost.? #? #?SINCE?? #?RESTART?REQUIRED? server. sBindInterface?= 修改 根据机器架构选择对应的,我是64位

文档评论(0)

1亿VIP精品文档

相关文档