Gerrit authentication fails on macOS due to hardcoded git-remote-sso path
Open
- Dominant language
- TypeScript
- Stars
- 6
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
Referencing line 13 of `src/features/gerrit/auth/auth_client_sso.ts` (https://github.com/google/chromiumide/blob/80440121a3b14baf4424e90e79c8c7faf91ff45b/src/features/gerrit/auth/auth_client_sso.ts#L13), 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.
Contributor guide
Assessment
This issue has not been assessed yet.