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 存储库,供同一服务器上的用户访问,这样就不需要提供 ssh 公钥/私钥并连接到另一台服务器来访问存储库?
Git 可以使用 file:// URL。第二个用户需要将 repo 克隆到它自己的目录中,然后可以提交回原始目录。
git clone file:///home/user1/repo