Permissions required for GIT-TF?

I am the administrator of my TFS2012 server. I got GIT-TF for myself, but other developers of my company have problems with resolution. They have access to the project in question as a contributor, but the clone of the project gives permission problems. Below is a cmd snapshot and errors:

git-tf clone <servername> <projectname>
Connecting to TFS...
Username: <username>
Password: 
Password: 
Password: 
git-tf: Access denied connecting to TFS server <servername> <authenticating as <username>>

When I execute the same command, it does not ask for my username and password, apparently because I am logged into Windows as a user.

Thanks for any help.

+4
source share
3 answers

URL-, git -tf? , , .

This: git-tf clone http://<server>:<port>/tfs/<collection name> $/<project name>
Not this: git-tf clone http://<server>:<port>/tfs/ $/<project name>

, .

+6

. , HTTP_PROXY, TFS , - . .

+2
+2

All Articles