I'm trying to clone a GIT repository in TFS using git-tfs using TFS 2013
git tfs clone http://servername:8080/tfs/DCM "$/Python"
Gives me:
error: the path $/Python you want to clone doesn't exist!
"DCM" is the name of the collection and "Python" is the name of the project:
I try to list the branches:
git tfs list-remote-branches http://servername:8080/tfs/DCM
which yields:
No TFS branches were found!
My instinct is that this is a syntax error, but not sure what I'm doing wrong.