且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

TFS 错误:合并必须完成才能完成拉取请求

更新时间:2023-01-11 13:47:19

如果您的合并被阻止或卡住,您可以尝试单击 三点菜单 (...) 接下来到完成"按钮并选择重新开始合并"选项以开始新的合并作业.

If you have a merge that's blocked or stuck, you could try to click the triple-dot menu (...) next to the "Complete" button and choose the "Restart merge" option to start a new merge job.

根本原因是执行合并的作业代理存在磁盘空间不足的问题.

The root cause was an issue with the job agents that perform merges running out of disk space.

如果以上都不行,也尝试打开两个浏览器删除源分支,然后放弃你的PR,然后撤消删除分支.您最终可以再次重新激活 PR 或创建一个新 PR.

If above is not work, also try to open two browsers and delete the source branch, then abandon your PR, then Undo the branch deletion. You could finally either reactivate the PR again or create a new one.

我们针对此问题进行了公开的现场调查.请参阅以下内容以获取更多信息:

We have a open live site investigation regarding this issue. Please refer to the following for more information:

Visual Studio Team Services 上的拉取请求问题 - 03/17- 缓解