Skip to content

Gerrit authentication fails on macOS due to hardcoded git-remote-sso path #31

@qpubert

Description

@qpubert

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions