简体   繁体   English

无法在 Azure DevOps 上完成拉取请求

[英]Can't complete pull request on Azure DevOps

I'm not sure since when,our team can't complete pull request on Azure DevOps (without any file conflict)我不确定从什么时候开始,我们的团队无法在 Azure DevOps 上完成拉取请求(没有任何文件冲突)

在此处输入图片说明

Message on picture means "merge must finish before the pull request can be completed"图片上的消息表示“必须完成合并才能完成拉取请求”

Few weeks ago we can still complete pull request directly,and we use visual studio 2019 as git client几周前我们仍然可以直接完成pull request,我们使用visual studio 2019作为git客户端

This situation seems just like this one TFS error: Merge must finish before the Pull Request can be completed .这种情况看起来就像一个TFS 错误:合并必须在拉取请求完成之前完成

As mentioned in above thread, the reason for this issue is the job agents that perform merges running out of disk space.如上所述,此问题的原因是执行合并的作业代理耗尽了磁盘空间。

To solve this problem, you can restart the murge by click the triple-dot menu and click Restart merge要解决此问题,您可以通过单击三点菜单并单击Restart merge

If this does not work, open two browsers and delete the source branch, then abandon your PR, then Undo the branch deletion.如果这不起作用,请打开两个浏览器并删除源分支,然后放弃您的 PR,然后撤消分支删除。 You could finally either reactivate the PR again or create a new one.您最终可以再次重新激活 PR 或创建一个新 PR。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM