-
Notifications
You must be signed in to change notification settings - Fork 601
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can not add a team owner #2928
Comments
Looks like this comment is related and might you, could you check the org permission? |
Thank you, this did highlight what was the problem! The problem was that I had authenticated After doing this, it works as expected. |
Document `could not find the github team` error on `cargo owner --add` When running `cargo owner --add`, the `could not find the github team` error often occurs due to lack of the permissions. Example cases: #5297 (comment), rust-lang/crates.io#2928 I think it's worth documenting that error and the possible solution.
Hi!
I'm trying to add a team owner to a crate using the following command:
Then crates.io complains that the team can not be found:
But the team does exist:
Both the team, and the organization are new and pretty much empty, as we don't use Github internally.
Let me know if this is the wrong repo for this issue! I was not entirely sure.
Thanks!
The text was updated successfully, but these errors were encountered: