Github: 如何解决挂起的pull request?
Github: How to solve hanging pull request?
我的repo is a fork from upstream repo 2amigos/yii2-usuario.
我的存储库落后于一些提交。我想通过切换基础重新同步所有提交并创建拉取请求,以便上游仓库合并到我的仓库中。
虽然 creating the pull request,Github 说
Able to merge. These branches can be automatically merged.
但是,当创建拉取请求时,Github 只是 shows
Checking for ability to merge automatically…
Hang in there while we check the branch’s status.
我无法执行任何操作,既不能终止拉取请求也不能解决它。
我该怎么办?
找到了。尽管多次重新加载页面,但我的 Safari 浏览器没有更新拉取请求状态。必须从 Github 注销并重新登录。然后拉取请求是 merge-able.
Checking for ability to merge automatically…"
Hang in there while we check the branch’s status.
这对我来说是服务器问题。
GitHub 服务器没有足够的 space 来正确索引等。它的容量为 95%。提高 github 服务器的容量解决了问题
我的repo is a fork from upstream repo 2amigos/yii2-usuario.
我的存储库落后于一些提交。我想通过切换基础重新同步所有提交并创建拉取请求,以便上游仓库合并到我的仓库中。
虽然 creating the pull request,Github 说
Able to merge. These branches can be automatically merged.
但是,当创建拉取请求时,Github 只是 shows
Checking for ability to merge automatically…
Hang in there while we check the branch’s status.
我无法执行任何操作,既不能终止拉取请求也不能解决它。 我该怎么办?
找到了。尽管多次重新加载页面,但我的 Safari 浏览器没有更新拉取请求状态。必须从 Github 注销并重新登录。然后拉取请求是 merge-able.
Checking for ability to merge automatically…"
Hang in there while we check the branch’s status.
这对我来说是服务器问题。 GitHub 服务器没有足够的 space 来正确索引等。它的容量为 95%。提高 github 服务器的容量解决了问题