Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在尝试git push 使用 ssh失败后,我准备放弃并只使用普通文件系统推送(幸运的是,该 linux 服务器上也运行了 Samba)。
git push
在切换 git 传输之前,我想知道:git push无论使用何种协议,结果是否总是相同的?包括owner、chmod等?
是的,它是中立的,但请参阅此以了解跟踪的文件信息。总而言之,没有跟踪用户/组/权限。如果您将 repo 克隆到没有该用户的计算机上怎么办。