adityagarg8/git-credential-email
Project ID: 177380
Description
Git credential helpers to get OAuth2 token for Microsoft Outlook, Gmail, Yahoo and AOL accounts.
This repo contains the following helpers:
git-credential-gmail
: For Gmail accounts.git-credential-outlook
: For Microsoft Outlook accounts.git-credential-yahoo
: For Yahoo accounts.git-credential-aol
: For AOL accounts.git-msgraph
: Helper to use Microsoft Graph API instead of SMTP to send emails.
They can be used with git send-email
, especially when Outlook no longer supports app passwords.
Installation Instructions
Run the following to add the copr repo and install the helpers:
sudo dnf copr enable -y adityagarg8/git-credential-email
sudo dnf install -y git-credential-gmail git-credential-outlook git-credential-yahoo git-credential-aol git-msgraph
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
![]() |
aarch64 (126)*, i386 (98)*, ppc64le (96)*, s390x (122)*, x86_64 (93)* | Fedora 40 (0 downloads) |
![]() |
aarch64 (191)*, i386 (173)*, ppc64le (184)*, s390x (183)*, x86_64 (188)* | Fedora 41 (24 downloads) |
![]() |
aarch64 (184)*, i386 (179)*, ppc64le (173)*, s390x (189)*, x86_64 (231)* | Fedora 42 (35 downloads) |
![]() |
aarch64 (148)*, ppc64le (146)*, s390x (149)*, x86_64 (143)* | Fedora eln (21 downloads) |
![]() |
aarch64 (130)*, i386 (170)*, ppc64le (184)*, s390x (185)*, x86_64 (178)* | Fedora rawhide (21 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable adityagarg8/git-credential-email
More info about enabling Copr repositories