I'm getting the following error when I try cloning our TFS repo:
---------
$ git tfs clone
http://tfs:8080 $/testproj
Initialized empty Git repository in C:/projs/testproj/.git/
TF31002: Unable to connect to this Team Foundation Server:
http://tfs:8080/.
Team Foundation Server Url:
http://tfs:8080/.
Possible reasons for failure include:
- The name, port number, or protocol for the Team Foundation Server is
incorrect.
- The Team Foundation Server is offline.
- The password has expired or is incorrect.
Technical information (for administrator):
The request failed with HTTP status 404: Not Found.
The request failed with HTTP status 404: Not Found.
---------
I'm running this within the Git Bash shell supplied with the Git for
Windows install.
I can update my working copy from within VS 2010 and with the TFS
Powertools extension without any problems, so I know I can connect to
the TFS server.
Is there anything I need to do to get this working? Thanks in advance.