当前位置:   article > 正文

Gitea--私有git服务器搭建详细教程_gitea服务器搭建

gitea服务器搭建

一.官方文档

https://docs.gitea.com/zh-cn/
  • 1

在这里插入图片描述

说明

gitea 是一个自己托管的Git服务程序。他和GitHub, Gitlab等比较类似。他是从 Gogs 发展而来,gitea的创作团队重新fork了代码,并命名为gitea

gitea 功能特性多,能够满足我们所有的的代码管理需求。

并且非常容易安装,小白都能轻松安装使用。

对设备性能要求小,官方介绍一个廉价的树莓派就可以运行,不用单独在购置服务器
![-](https://img-blog.csdnimg.cn/af543975fc664a3597982f67f876e858.png) 
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8

1.1下载地址

https://github.com/go-gitea/gitea/releases/tag/v1.19.3
  • 1

csdn
https://download.csdn.net/download/qq_44623314/88294649

1.2Windows安装运行

将gitea 注册为Windows服务

sc create gitea start= auto binPath= "\"F:\Gitea\gitea.exe\" web --config \"C:\gitea\custom\conf\app.ini\""
  • 1

注意将 F:\Gitea\gitea.exe 替换成你的 Gitea 安装目录

1.3启动服务

sc start gitea
  • 1

1.4打开

http://localhost:3000
  • 1

在这里插入图片描述

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/小惠珠哦/article/detail/824594
推荐阅读
  

闽ICP备14008679号