git-credential-oauth

Git credential helper that authenticates in browser using OAuth

brewmacoslinux
Try with needOr install directly
Source

About

Git credential helper that authenticates in browser using OAuth

Commands

git-credential-oauth

Examples

Configure git to use oauth credential helper for GitHub$ git config --global credential.helper oauth
Clone a repository and authenticate via browser OAuth flow$ git clone https://github.com/user/repo.git
Configure oauth helper for specific host only$ git config --global credential.https://github.com.helper oauth