git推送的结果是100%协议中立的吗?
尝试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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,它是中立的,但请参阅此了解文件信息被跟踪。总而言之,不跟踪用户/组/权限。如果您将存储库克隆到没有该用户的计算机上怎么办?
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.