I am trying to clone connect a TFS server into my local desktop git repository. How do I resolve error below? I am trying to connect to local C:\ with a dollar sign.
git tfs clone "https://testserver.com/abcd/collection/" $/source/gittest --deep
Error:
The item $/source/gittest was not found in the repository.
Background:
in C:\Source\gittest
I wrote
git init
git add
(comment: added some test source control files)
git commit