Trying to use git-tfs to clone a TFS directory I'm using this command:
C:>git-tfs clone http://xxxtfs10:8080/tfs $/Servers/YYYYYY mygit
I created mygit using: git init mygit
I'm trying to get the directory at Servers/YYYYY in tfs. But consistently it tells me the "Specified git repository directory is not empty".
I didn't try to put anything in it though, just did the init.
Has anyone experienced anything like this? Is any part of it blatantly, obviously wrong?
Thanks.