Files
huse-lab/docs/services/2025-09-26_gitea.md
2025-09-26 22:36:38 +08:00

34 lines
826 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
sidebar_position: 4
sidebar_label: 'gitea git仓库托管平台'
title: 'gitea git仓库托管平台'
---
## 概述
一个界面和操作都类似github的平台
这里是私有化部署的,也就是数据存储和控制权全都在本地机器上,
一般的话其实应该用不着这玩意儿大家直接用github就好了
如果想用的话可以试一下,
## 服务网址
http://gitea.lab.net
支持公网访问:
http://106.14.17.86:11101
> 注意:内网的 http://gitea.lab.net 同时支持http协议的仓库地址和ssh协议的仓库地址例如
>
> - http://gitea.lab.net/sayurinana/huse-lab.git
>
> - git@gitea.lab.net:sayurinana/huse-lab.git
>
> 但公网的 http://106.14.17.86:11101 仅支持http协议的仓库地址
>
> - http://106.14.17.86:11101/sayurinana/huse-lab.git