AppVeyor - 在用户之间共享项目?
AppVeyor - Share Project between users?
我对 appveyor 很陌生。
我们有一个贡献者试图在这个 repo https://github.com/kenakamu/UCWA2.0-CS/
上为我们设置 CI
于是他fork了https://github.com/lazaromenezes/UCWA2.0-CS/并在他的账号下创建了appveyor项目
他授予上游贡献者对其分支的权限以及 appveyor 中项目的管理员角色(包括我自己)。
但是,我仍然无法在我的仪表板上看到该项目,并且我们无法在 documentation.
中找到明确的答案
所以问题是 如何与其他人共享应用程序项目以便它出现在 his/her 仪表板上?
issue we're using to track progress of CI implementation
谢谢!
AppVeyor 权限模型与 GitHub 没有直接关联(因为 AppVeyor 支持其他版本控制系统,如 BitBucket、GitLab、VSTS 等)。
要查看和管理一些项目,user should sign in to the account which contains that project. For that account owner (in your case that contributor who is trying to setup CI) or another user with Administrator role should create a user. Or if you already registered with AppVeyor as part of another account - a collaborator. If you already logged to another account, you need to switch。
同样对于 GitHub,您可以根据团队实施 integration,但这是可选的。
我对 appveyor 很陌生。
我们有一个贡献者试图在这个 repo https://github.com/kenakamu/UCWA2.0-CS/
上为我们设置 CI
于是他fork了https://github.com/lazaromenezes/UCWA2.0-CS/并在他的账号下创建了appveyor项目
他授予上游贡献者对其分支的权限以及 appveyor 中项目的管理员角色(包括我自己)。
但是,我仍然无法在我的仪表板上看到该项目,并且我们无法在 documentation.
中找到明确的答案
所以问题是 如何与其他人共享应用程序项目以便它出现在 his/her 仪表板上?
issue we're using to track progress of CI implementation
谢谢!
AppVeyor 权限模型与 GitHub 没有直接关联(因为 AppVeyor 支持其他版本控制系统,如 BitBucket、GitLab、VSTS 等)。
要查看和管理一些项目,user should sign in to the account which contains that project. For that account owner (in your case that contributor who is trying to setup CI) or another user with Administrator role should create a user. Or if you already registered with AppVeyor as part of another account - a collaborator. If you already logged to another account, you need to switch。
同样对于 GitHub,您可以根据团队实施 integration,但这是可选的。