gitosis 在哪里存储工作副本?

发布于 2024-10-05 05:41:16 字数 158 浏览 1 评论 0原文

我想知道 gitosis 在哪里存储我的存储库的工作副本。我可以通过 gitweb 界面看到文件树,但在 /srv/gitosis/repositories/testrepo 中找不到任何工作副本。我还能够推送和克隆到存储库。

但是,在不知道工作副本路径的情况下,我如何编写部署脚本呢?

i wonder where gitosis stores the working copies of my repositories. I can see the filetree with the gitweb interface but cant find any working copy in /srv/gitosis/repositories/testrepo. Iam also able to push and clone to the repo.

But how can i manage to write my deploy-script without knowing the path of the working copy?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

脱离于你 2024-10-12 05:41:16

gitosis 裸露存储库,即根本没有工作目录。您必须将 /srv/gitosis/repositories/testrepo 克隆到其他地方才能进行部署。

gitosis stores repositories bare, that is, without a working directory at all. You will have to clone /srv/gitosis/repositories/testrepo somewhere else for deployment.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文