tfs2012 - Permissions Required for GIT-TF? -


i admin company's tfs2012 server. have gotten git-tf working myself, other developers @ company having permission problems. have access project in question contributor, performing clone of project yielding permission problems. below snapshot of cmd , error:

git-tf clone <servername> <projectname> connecting tfs... username: <username> password:  password:  password:  git-tf: access denied connecting tfs server <servername> <authenticating <username>> 

when perform same command, doesn't ask username , password, presumably because logged windows under user permission.

thank assistance.

did make sure include collection name in url passed git-tf command? company had problems describe , fix.

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

hope helps.


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -