I'm trying to clone a GIT repository in TFS using git-tfs using TFS 2012
git tfs clone http://sourcecontrol.oldcompanyname.local:8080/tfs/foo $/companyname/myrepository . --b=all --resumable
Gives me:
error: the path $/companyname/myrepository you want to clone doesn't exist!
I have an empty repository called /companyname/myrepository in my github account
(the urls and names are genericized for the public post)