You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
github-help/Permission levels for a use...

1.6 KiB

Permission levels for a user account repository 用户库的权限级别

用户账号的库有2种权限级别 :库拥有者和合作者:

提示:如果你想要更多的读写权限,可以考虑将库转成组织。更多信息参阅如何转换库

##Owner access on a repository owned by a user account 用户帐户拥有者对库的访问

The repository owner has full control of the repository. In addition to all the permissions allowed by repository collaborators, the repository owner can: 库拥有者对库拥有完全的控制权,除了合作者允许的所有权限外,库的所有者可以:

  • 添加 合作者

Add collaborators Change the visibility of the repository (from public to private, or from private to public) Delete the repository There is only one owner of a repository owned by a user account; this permission cannot be shared with another user account. To transfer ownership of a repository to another user, see "How to transfer a repository."

##Collaborator access on a repository owned by a user account

Collaborators on a private repository can:

Push to (write), pull from (read), and fork (copy) the repository Apply labels and milestones Open, close, re-open, and assign issues Edit and delete comments on commits, pull requests, and issues Merge and close pull requests Send pull requests from forks of the repository Create and edit Wikis Create and edit Releases Remove themselves as collaborators on the repository

参考https://help.github.com/articles/permission-levels-for-a-user-account-repository/