About 19,455 results found. (Query 0.13400 seconds)
No information is available for this page.
No information is available for this page.
No information is available for this page.
No information is available for this page.
但很多人可能对Git有误解,其实绝大多数情况下都不需要Git平台来托管代码,之所以用Gitea、GitLab的工具是因为它们有比较完整的用户管理以及代码协作能力,比如Issue和Wiki之类的,但是大多数人其实根本没必要用到这些功能,有问题发邮件就好了,像Linux的开发就完全没有用Gitea、GitLab之类的平台。所以在Tilde社区中托管代码非常简单,直接新建个文件夹,执行 git init --bare ,那就是个仓库,另外很多Tilde社区提供 cgit 方便让公众在网页上查看和克隆自己的仓库,一般只要放到 ~/public_git 目录下就可以。