This is probably a dummy question, but I've just recently started using TFS, and I'm sort of lost as to how to determine what the correct url for a TFS repository is.
On one of our TFS repos I go:
git tfs clone http://....:8080/ "$/P3/Web Site/"
And it clones it fine.
On another, I try:
git tfs clone https://.../PulicGroup "$/Project/Trunk/Project"
and get:
The underlying connection was closed: An unexpected error occurred on a send.
The handshake failed due to an unexpected packet format.
or, for "$/Project/Trunk/":
TF31002: Unable to connect to this Team Foundation Server: https://.../
Team Foundation Server Url: https://.../
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.
These are the value I get from right-click -> properties in tfs explorer in visual studio.
How do you figure out what the correct url is for a project?
I've tried messing around with --Username and --Password on the https server too, but no luck (obviously these details are correct, or I wouldn't be able to view the repo using visual studio).
Cheers,
Doug.