如果要从本地仓库克隆到另一个地方使用如下命令
git clone d:/SourceRepository d:/DestinationRepository
d:/SourceRepository:本地仓库路径
d:/DestinationRepository:将要克隆到另个位置的仓库路径并且DestinationRepository目录没有在文件系统上创建,不然会克隆不成功
时间: 2024-09-29 11:03:37
如果要从本地仓库克隆到另一个地方使用如下命令
git clone d:/SourceRepository d:/DestinationRepository
d:/SourceRepository:本地仓库路径
d:/DestinationRepository:将要克隆到另个位置的仓库路径并且DestinationRepository目录没有在文件系统上创建,不然会克隆不成功