Gogs(Go Git Service) 是一个极易搭建的自助 Git 服务。
##
[](https://github.com/gogits/gogs/blob/master/README_ZH.md#%E5%BC%80%E5%8F%91%E7%9B%AE%E7%9A%84)开发目的
Gogs 的目标是打造一个最简单、最快速和最轻松的方式搭建自助 Git 服务。使用 Go 语言开发使得 Gogs 能够通过独立的二进制分发,并且支持 Go 语言支持的 **所有平台**,包括 Linux、Mac OS X 以及 Windows。
##
[](https://github.com/gogits/gogs/blob/master/README_ZH.md#%E9%A1%B9%E7%9B%AE%E6%A6%82%E8%A7%88)项目概览
* 有关项目设计、已知问题和变更日志,请通过 [使用手册](http://gogs.io/docs/intro/) 查看。
* 您可以到 [Trello Board](https://trello.com/b/uxAoeLUl/gogs-go-git-service) 跟随开发团队的脚步。
* 想要先睹为快?通过 [在线体验](https://try.gogs.io/gogs/gogs) 或查看 **安装部署 -> 二进制安装** 小节。
* 使用过程中遇到问题?尝试从 [故障排查](http://gogs.io/docs/intro/troubleshooting.md) 页面获取帮助。
* 希望帮助多国语言界面的翻译吗?请立即访问 [详情页面](http://gogs.io/docs/features/i18n.html)!
##
[](https://github.com/gogits/gogs/blob/master/README_ZH.md#%E5%8A%9F%E8%83%BD%E7%89%B9%E6%80%A7)功能特性
* 支持活动时间线
* 支持 SSH/HTTP(S) 协议
* 支持 SMTP/LDAP/反向代理的用户认证
* 支持反向代理子路径
* 支持用户、组织和仓库管理系统
* 支持仓库和组织级别 Web 钩子(包括 Slack 集成)
* 支持仓库 Git 钩子和部署密钥
* 支持 添加/删除 仓库协作者
* 支持 Gravatar 以及自定义源
* 支持邮件服务
* 支持后台管理面板
* 支持 MySQL、PostgreSQL 以及 SQLite3 数据库
* 支持社交帐号登录(GitHub、Google、QQ、微博)
* 支持多语言本地化(14 种语言)
##
[](https://github.com/gogits/gogs/blob/master/README_ZH.md#%E7%B3%BB%E7%BB%9F%E8%A6%81%E6%B1%82)系统要求
* 最低的系统硬件要求为一个廉价的树莓派
* 如果用于团队项目,建议使用 2 核 CPU 及 1GB 内存
##
[](https://github.com/gogits/gogs/blob/master/README_ZH.md#%E5%AE%89%E8%A3%85%E9%83%A8%E7%BD%B2)安装部署
在安装 Gogs 之前,您需要先安装 [基本环境](http://gogs.io/docs/installation/)。
然后,您可以通过以下 5 种方式来安装 Gogs:
* [二进制安装](http://gogs.io/docs/installation/install_from_binary.md)* [源码安装](http://gogs.io/docs/installation/install_from_source.md)* [包管理安装](http://gogs.io/docs/installation/install_from_packages.md)* [采用 Docker 部署](https://github.com/gogits/gogs/tree/master/docker)* [通过 Vagrant 安装](https://github.com/geerlingguy/ansible-vagrant-examples/tree/master/gogs)