Gerrit support for git-credential-oauth "no more generate password"
49 views
Skip to first unread message
Matt Hickford
unread,
Mar 20, 2023, 3:12:10 AM3/20/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to repo-d...@googlegroups.com
If you use Git HTTPS remotes but don't like generating passwords [1]
or saving cookies in plaintext [2], you might be interested in
git-credential-oauth https://github.com/hickford/git-credential-oauth
> git-credential-oauth is a Git credential helper that securely authenticates to GitHub, GitLab, BitBucket and other forges using OAuth. The first time you push, the helper will open a browser window to authenticate. Subsequent pushes within the cache timeout require no interaction.
Recent versions include support for Gerrit subdomains of
googlesource.com including https://android.googlesource.com/ . If you
know any other public Gerrit instances that accept OAuth credentials,
please reply here or send a pull request following example [3].