]> git.proxmox.com Git - cargo.git/commit - tests/testsuite/metadata.rs
Auto merge of #9000 - JohnTitor:owner-add-docs, r=ehuss
authorbors <bors@rust-lang.org>
Sun, 10 Jan 2021 20:25:54 +0000 (20:25 +0000)
committerbors <bors@rust-lang.org>
Sun, 10 Jan 2021 20:25:54 +0000 (20:25 +0000)
commit302173922bbaa28aab3e63fadfafd41ddb7da50f
tree2c96e6f0e98e4cab0f7a885ae534fcaa50280ad3
parentfaf05ac316cd71100a691799cd8da02fce6dd85d
parent4be6c180df791bdb25ea06863b5a1289d5e0d990
Auto merge of #9000 - JohnTitor:owner-add-docs, r=ehuss

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: https://github.com/rust-lang/cargo/issues/5297#issuecomment-653709183, https://github.com/rust-lang/crates.io/issues/2928

I think it's worth documenting that error and the possible solution.