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.
我在 Ubuntu10.04 机器上安装了 gitolite 并创建了一个存储库 A。我的团队将代码远程签入到该分支。现在我想在同一台 Ubuntu 机器上克隆这个存储库。我怎么能做到。在此先感谢您的帮助!
您应该能够使用基于文件系统的克隆(相对于 ssh、git 或 http 协议)来克隆存储库。
当您在要克隆到的目录中时,这样的事情应该可以工作:
git clone /path/to/repo