我允许travis-ci访问我的github组织(比如这)。
但是当我去travis-ci设置时,它仍然告诉我You are not currently a member of any organization。
You are not currently a member of any organization
这是错误的,因为如果我访问我的github设置,travis-ci向我展示了它可以访问组织。
我试过的是:
还有别的办法来解决吗?
发布于 2020-12-17 19:04:36
在组织所有者授予travis-ci访问该组织的权限之后,我仍然需要执行以下步骤:
意思:
public
现在我可以从travis-ci看到这个组织了。
https://stackoverflow.com/questions/65244033
相似问题