「Gitea」:修訂間差異
跳至導覽
跳至搜尋
创建页面,内容为“'''Gitea'''一套輕量級的Git託管軟體。 == 外部連結 == {{Official|https://about.gitea.com/}} {{en}} Category:軟體” |
無編輯摘要 |
||
第1行: | 第1行: | ||
'''Gitea'''一套輕量級的[[Git]]託管軟體。 | '''Gitea'''一套輕量級的[[Git]]託管軟體。 | ||
== 安裝 == | |||
先建立使用者帳號: | |||
<syntaxhighlight lang="bash"> | |||
sudo adduser --system --shell /bin/bash --gecos 'Git Version Control' --group --disabled-password --home /home/git git | |||
</syntaxhighlight> | |||
== 外部連結 == | == 外部連結 == |