The path structure of TFS 2013 for Git Repos is not working.
My path is the following: http://tfsserver:8080/tfs/DC/_git/PrjName
So when I call the following, it cannot find the repo.
git tf clone http://tfsserver:8080/tfs/DC $/_git/PrjName
If I use a normal git command on Windows, i am able to run the following and everything is fine.
git clone http://tfsserver:8080/tfs/DC/_git/PrjName
What is wrong with my path?