Referencing line 13 of src/features/gerrit/auth/auth_client_sso.ts (
|
constructor(private readonly gitRemoteSso = '/usr/bin/git-remote-sso') {} |
), the path to
git-remote-sso is hardcoded to
/usr/bin/git-remote-sso. On macOS, this binary is not located in
/usr/bin, which causes Gerrit authentication to fail.
Referencing line 13 of
src/features/gerrit/auth/auth_client_sso.ts(chromiumide/src/features/gerrit/auth/auth_client_sso.ts
Line 13 in 8044012
git-remote-ssois hardcoded to/usr/bin/git-remote-sso. On macOS, this binary is not located in/usr/bin, which causes Gerrit authentication to fail.