搭建自己的git服务器,类似github # Bonobo Git Server 官方地址:https://bonobogitserver.com/ git地址:https://github.com/jakubgarfield/Bonobo-Git-Server 特点:使用IIS部署,windows上基本不需要安装其它组件。 # Gogs 官方地址:https://gogs.io/ git地址:https://github.com/gogs/gogs 特点:使用Go编写,跨平台,运行时资源占用比较小,比Bonobo Git Server功能多。 # Gitea 官方地址:https://gitea.io/zh-cn/ git地址:https://github.com/go-gitea/ 特点:Gogs的一个分支,同样支持跨平台,社区更新维护比较活跃,功能也比Gogs多,但是占用资源也比Gogs多。