34 lines
826 B
Markdown
34 lines
826 B
Markdown
---
|
||
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
|