Is it possible to use the VS2013 UI to clone from a TFS 2013 TFSVC Project into a (new) local GIT repository?
I have attempted to use the "Clone" option on "Local Git Repositories" but the URL is rejected:
"An error occurred. Detailed message: An error was raised by libgit2. Category = Net (Error).
Response status code does not indicate success: 404 (Not Found)."
I was entering a URL of the form:
http://myserver:8080/tfs/mycollection/TeamProject/Main
If not possible then is the correct way forward to use git-tf?
git tf clone http://myserver:8080/tfs/mycollection $/TeamProject/Main
Thanks!