0

我正在尝试将 TFS 服务器克隆到我的本地桌面 git 存储库中。如何解决以下错误?我正在尝试使用美元符号连接到本地 C:\。

git tfs clone "https://testserver.com/abcd/collection/" $/source/gittest --deep

错误:

The item $/source/gittest was not found in the repository.

背景:

C:\Source\gittest

我写

git init

git add (注释:添加了一些测试源控制文件)

git commit

4

1 回答 1

0

我进入目录 C:\Source\gittest 并删除了目录路径(排除 source/gittest)

下面的命令:

git-tf clone "https://testserver.com/abcd/collection/" $/ --deep
于 2019-04-21T18:44:57.460 回答