git 如何在github中重新打开一个问题?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/21333654/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-10 17:37:51  来源:igfitidea点击:

How to re-open an issue in github?

gitgithubgit-pushgit-pull

提问by unknown

I have reported an issue to a project. Now owner changed it state to closed, but how can I change it to open again ?
I read somewhere that I need rights for push and pull operation. Is that true ?

我已经向一个项目报告了一个问题。现在所有者将其状态更改为已关闭,但是我如何将其更改为再次打开?
我在某处读到我需要推和拉操作的权利。真的吗 ?

回答by Nevik Rehnel

Github has very simple rights/privileges (and even simpler management for them).

Github 拥有非常简单的权利/特权(甚至对其进行更简单的管理)。

If you are nota collaborator of a repo, then (in regards to issues)

如果您不是回购的合作者,那么(关于问题)

  • you canopen issues
  • you cancomment on all existing issues (open or closed)
  • you canclose your ownissues
  • you canre-open your ownissues if you closed them yourself
  • you cannotclose or re-open issues opened by someone else
  • you cannotre-open your own issues if a repo collaborator closed them
  • 可以打开问题
  • 可以评论所有现有问题(打开或关闭)
  • 可以关闭你自己的问题
  • 如果你自己关闭它们,可以重新打开你自己的问题
  • 不能关闭或重新打开其他人打开的问题
  • 如果回购合作者关闭了它们,将无法重新打开自己的问题

The situation you report falls in the last case, so you cannot reopen it. You can ask in the issue thread if a repo collaborator can reopen it, or you can open a new issue and reference the old one (by mentioning its number preceded by a hash sign, e.g. #123).

您报告的情况属于最后一种情况,因此您无法重新打开它。您可以在问题线程中询问 repo 合作者是否可以重新打开它,或者您可以打开一个新问题并引用旧问题(通过在哈希符号前面提及其编号,例如#123)。