【问题标题】:Git create repos on the fly?Git 即时创建存储库? 【发布时间】:2011-04-02 09:09:34 【问题描述】: 是否可以允许用户推送新的 GIt 存储库而不必每次都手动将它们添加到 gitosis.conf 中? 【问题讨论】: 标签: git gitosis 【解决方案1】: 根据this 博客文章,gitosis 不支持通配符存储库。然而,作者确实链接到一个补丁版本的 gitosis (here),据说它提供了这个功能。我没用过。 我不确定这是否对您有任何帮助,但值得注意的是,gitosis 的“继任者”gitolite 内置了对通配符存储库的支持(文档 here)。 【讨论】: