On Mon, 2025-12-01 at 11:50 -0800, Lei Zhang wrote:
> Did you try running `git cl creds-check` from your PDFium checkout?
> Does it report any issues?
Not sure. Here is the output:
glaubitz@z6:..upstream/pdfium> git cl creds-check
This tool will help check your Gerrit authentication.
(Report any issues to
https://issues.chromium.org/issues/new?component=1456702&template=2076315)
You don't have a cookie file configured in Git (good).
Checking for SSO helper...
Looks like we are running inside a Gerrit repository,
so we will check your Git configuration for it.
Your global Git email is:
glau...@physik.fu-berlin.de
Configuring Gerrit auth for /home/glaubitz/upstream/pdfium
Repo remote is
https://pdfium.googlesource.com/pdfium
>>> In your global Git config, we set credential.
https://pdfium.googlesource.com.helper='', replacing any existing values
>>> In your global Git config, we appended credential.
https://pdfium.googlesource.com.helper='luci' to existing values
>>> In your global Git config, we set credential.
https://pdfium.googlesource.com.useHttpPath='yes', replacing any existing values
>>> In your global Git config, we cleared all values for url.sso://pdfium/.insteadOf
We have configured Git to use an OAuth helper.
The OAuth helper requires its own login.
!!! If you haven't yet, run `git credential-luci login` using the same email as Git.
(If you have already done this, you don't need to do it again.)
(However, if you changed your email, you should do this again
to ensure you're using the right account.)
Successfully finished auth configuration check.
However, there are some manual actions that are suggested
(you don't have to re-run this command afterward):
- If you haven't yet, run `git credential-luci login` using the same email as Git.
glaubitz@z6:..upstream/pdfium>
Adrian