From bdb4b3898aab2d8f3e0689c79ab7f2b0a7f00515 Mon Sep 17 00:00:00 2001 From: waylau Date: Wed, 10 Dec 2014 11:13:29 +0800 Subject: [PATCH] =?UTF-8?q?completed=20=20Adding=20collaborators=20to=20a?= =?UTF-8?q?=20personal=20repository=20=E6=B7=BB=E5=8A=A0=E5=90=88=E4=BD=9C?= =?UTF-8?q?=E8=80=85=E5=88=B0=E4=B8=AA=E4=BA=BA=E7=9A=84=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...ersonal repository 添加合作者到个人的库.md | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/Adding collaborators to a personal repository 添加合作者到个人的库.md b/Adding collaborators to a personal repository 添加合作者到个人的库.md index f525b87..ec71279 100644 --- a/Adding collaborators to a personal repository 添加合作者到个人的库.md +++ b/Adding collaborators to a personal repository 添加合作者到个人的库.md @@ -5,4 +5,36 @@ Adding collaborators to a personal repository 添加合作者到个人的库 *提示:可以将 read/write 访问权限 授予合作者在一个个人的库。组织的库将会有更多的全新啊。详见[不同访问权限之间的区别](https://github.com/waylau/github-help/blob/master/What%20are%20the%20different%20access%20permissions%20%E4%B8%8D%E5%90%8C%E8%AE%BF%E9%97%AE%E6%9D%83%E9%99%90%E4%B9%8B%E9%97%B4%E7%9A%84%E5%8C%BA%E5%88%AB.md)* +1.确定要添加的合作者的用户名。若没有,先注册,见[注册新账号](https://github.com/waylau/github-help/blob/master/Signing%20up%20for%20a%20new%20GitHub%20account%20%E6%B3%A8%E5%86%8C%E6%96%B0%E8%B4%A6%E5%8F%B7.md) + +2.在页面顶部,点击你的用户名 + +![](https://help.github.com/assets/images/help/profile/top_right_avatar.png) + +3.在 profile 页面,点击 Repositories ,再点击你的库 + +![](https://help.github.com/assets/images/help/profile/profile_repositories_tab.png) + +4.在库的右侧,点击 Settings + +![](https://help.github.com/assets/images/help/repository/repo-actions-settings.png) + +5.点击 Collaborators + +![](https://help.github.com/assets/images/help/repository/repo-settings-collaborators.png) + +6.输入合作者的用户名 + +7.拉下列表中选择 用户 + +![](https://help.github.com/assets/images/help/repository/repo-settings-collab-autofill.png) + +8.点击 Add + +![](https://help.github.com/assets/images/help/repository/repo-settings-collab-add.png) + +##Further reading 扩展阅读 + +* [添加组织成员到一个团队中](https://github.com/waylau/github-help/blob/master/Adding%20or%20inviting%20members%20to%20a%20team%20in%20an%20organization%20%E6%B7%BB%E5%8A%A0%E6%88%96%E9%82%80%E8%AF%B7%E7%BB%84%E7%BB%87%E6%88%90%E5%91%98%E5%88%B0%E4%B8%80%E4%B8%AA%E5%9B%A2%E9%98%9F%E4%B8%AD.md) + *参考*:[https://help.github.com/articles/adding-collaborators-to-a-personal-repository/](https://help.github.com/articles/adding-collaborators-to-a-personal-repository/)