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