git推送的结果是100%协议中立的吗?

发布于 2024-11-24 05:33:46 字数 296 浏览 2 评论 0原文

尝试git推送失败后使用 ssh,我准备放弃,只使用普通的文件系统推送(幸运的是,Linux 服务器上运行着 Samba) 出色地)。

在切换 git 传输之前,我想知道:无论使用什么协议, git push 的结果总是相同吗?包括owner、chmod等?

After unsuccessfully trying to git push using ssh, I am ready to give up and just use plain filesystem push (fortunately, that linux server has Samba running on it as well).

Before switching git transports, I was wondering: Is the result of git push always the same regardless of the protocol used? Including owner, chmod, etc. ?

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

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

发布评论

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

评论(1

梦毁影碎の 2024-12-01 05:33:46

是的,它是中立的,但请参阅了解文件信息被跟踪。总而言之,不跟踪用户/组/权限。如果您将存储库克隆到没有该用户的计算机上怎么办?

Yes it is neutral, but see this for what file info is tracked. To sum it up, users/groups/permissions aren't tracked. What if you cloned the repo to a computer that didn't have that user.

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