我們在Team Foundation Service中使用git,並試圖通過運行以下命令來找到刪除遠程分支的方法。Git刪除TFS git倉庫中的遠程分支
git push origin --delete TheBranchName
遠程服務器保持與以下錯誤
! [remote rejected] TheBranchName (TF401026: The ForcePush permission is required to perform this action.) error: failed to push some refs to 'https://xxx.visualstudio.com/DefaultCollection/_git/Xxxxxx'
任何想法如何正確的權限設置爲在TFS用戶拒絕?
您似乎沒有足夠的權利來執行此操作。這個命令是正確的btw – iberbeu 2013-03-06 22:20:43