##Owner access on a repository owned by a user account 用户帐户拥有者对库的访问
##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:
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
##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
* Push , pull , 和 fork 库
Apply labels and milestones
* 应用字体和里程碑
Open, close, re-open, and assign issues
* 开启,关闭,重启,分配问题
Edit and delete comments on commits, pull requests, and issues
* 编辑,删除,提交的评论,pull,和问题
Merge and close pull requests
* 合并,关闭 pull 请求
Send pull requests from forks of the repository
* 从 fork 的库发送 pull 请求
Create and edit Wikis
* 创建,编辑 Wiki
Create and edit Releases
* 创建,编辑 发布包
Remove themselves as collaborators on the repository