I am trying to clone a TFS project using git-tfs and I didn't get very far. See below
$ git tfs quick-clone [my-server] $/path/to/my/branch
Initialized empty Git repository in c:/source/git/MyProject/.git/
101 objects created...
265 objects created...
433 objects created...
Access to the path '3eacdc95b116e38cf26ebab188525feb98bc84' is denied.
I can checkout this project in Visual Studio 2010, but it isn't without problems either. There are a few large (2-5MB) PDF files in the source that cause Team Explorer to timeout when doing a checkout over VPN. I can simply cloak these large files so that they are excluded and then visual studio has no problems at all.
Any ideas? Is this a configuration problem on the TFS server? Could it be caused by the large binary files?
Any tip is appreciated, I'd really hate to lose git while on this TFS-managed project...