NFS/Samba 上的 Git 存储库

发布于 2024-11-02 10:19:04 字数 80 浏览 4 评论 0原文

如果我的 Git 存储库位于 NFS/Samba 上,还有什么需要担心的吗?

例如NFS中的文件锁定不可靠,那么它会影响Git吗?

Are there any thing to worry if my Git repository is on NFS/Samba?

E.g. file locking in NFS is not reliable, so it will affect the Git?

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

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

发布评论

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

评论(2

落日海湾 2024-11-09 10:19:04

将 git 存储库放在 samba 上可能会产生文件权限(尤其是 +x)的问题,因为 samba 不会存储它们,但 git 会存储它们。

Placing git repository on samba can produce issues with file permissions (especially +x) as samba does not store them but git does.

洛阳烟雨空心柳 2024-11-09 10:19:04

只要只有一个人访问存储库,就没有问题。不要以这种方式在用户之间共享存储库。您的数据将是安全的,但同时推送可能会与每个分支的头部最终的内容发生冲突。

As long as there's only one person accessing the repository, you'll be fine. Don't share a repository among users that way. Your data will be safe, but simultaneous pushes might conflict on what ends up at the HEAD of each branch.

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