A partial archive of https://discourse-mediawiki.wmflabs.org as of Saturday May 21, 2022.

Gerrit Authentication Failed

Prosper

I’m currently trying to submit a patch for Review on Gerrit and have already run:

git review -s --verbose from inside the directory of the extension I’m submitting the patch to (Cargo Extension).

But I keep getting a Fatal Error:

remote: Unauthorized
fatal: Authentication failed for ‘https://gerrit.wikimedia.org/r/p/mediawiki/extensions/Cargo/

Please What’s actually wrong here?

Tgr

The URL should be https://gerrit.wikimedia.org/r/p/mediawiki/extensions/Cargo/ (/r/˛instead of /r/p/). Edit .git/config and fix it.