我正在尝试将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
答案 0 :(得分:0)
我进入目录C:\ Source \ gittest并删除了目录路径(不包括source / gittest)
下面的命令:
git-tf clone "https://testserver.com/abcd/collection/" $/ --deep