I have installed GitTfs 0.15.0 and am trying to clone under Cygwin. I've done the following:
- Extracted into a directory, GitTfs-0.15.0
- chmod +x for every file in GitTfs-0.15.0
- Added GitTfs-0.15.0 to the front of my path
- Verified that which git-tfs finds git-tfs.exe
Now I am trying to clone our project, and I get nothing:
git tfs clone http://tfshost:8080/tfs/DefaultCollection '$/Project/branch'
I am pretty sure I have these details correct (the same details worked in the TFS plugin for Eclipse). But when I run this git tfs clone command, I get nothing. The command immediately exits, and the exit status is 0. There is no output.
How can I troubleshoot what is happening?