Git在桌面上找不到本地存储库$

时间:2019-04-21 18:29:14

标签: git tfs version-control git-tf

我正在尝试将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

1 个答案:

答案 0 :(得分:0)

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

下面的命令:

git-tf clone "https://testserver.com/abcd/collection/" $/ --deep