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.
source
share