-
I want to use this git credential helper for
That is am I right in assuming that |
Beta Was this translation helpful? Give feedback.
Answered by
languitar
Nov 22, 2023
Replies: 1 comment 2 replies
-
I think I can add the following to my [smtp.gmail.com*]
username_extractor=regex_search
regex_username=^smtpuser: +(.*)$ |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
pass-git-helper is specifically tailored to fulfill the git credential protocol. That protocol doesn't know about smtp settings.