TFSSecurity to change git branch permissions

后端 未结 2 1511
醉酒成梦
醉酒成梦 2021-01-26 03:39

I am implementing the TFS Security commands to change a git master branch acess control permissions to DENY for contribute field.

Below is the command I am using:

<
2条回答
  •  故里飘歌
    2021-01-26 04:20

    You missed a blank space in "Git Repositories" name space. Try following:

    tfssecurity.exe /a+ "Git Repositories"
    

提交回复
热议问题