Gogs 是一个基于 Go语言的开源的 Git 服务端。非常轻量,安装也很简单。
官网
https://gogs.io/docs/installation/install_from_binary

下载后解压:
tar -xvf gogs_0.11.53_linux_amd64.tar.gz -C /app/
启动 & 安装
./gogs web &

在浏览器打开 http://172.16.8.169:3000,进行安装,个人或者小团队使用时,推荐使用 SQLite 作为数据库

gogs git代码管理

gogs git代码管理

gogs git代码管理

gogs git代码管理

 

相关文章:

  • 2021-09-19
  • 2021-10-20
  • 2022-12-23
  • 2021-06-18
  • 2021-12-19
猜你喜欢
  • 2021-11-19
  • 2021-11-19
  • 2021-11-19
  • 2021-11-19
  • 2021-06-15
相关资源
相似解决方案