From: Junio C Hamano <gitster@pobox.com>
To: Michael Rappazzo <rappazzo@gmail.com>
Cc: git@vger.kernel.org
Subject: Re: [PATCH] Documentation: add instructions to help setup gmail 2FA
Date: Fri, 27 May 2016 14:06:57 -0700 [thread overview]
Message-ID: <xmqqpos7p5vy.fsf@gitster.mtv.corp.google.com> (raw)
In-Reply-To: <1464381597-27634-1-git-send-email-rappazzo@gmail.com> (Michael Rappazzo's message of "Fri, 27 May 2016 16:39:57 -0400")
Michael Rappazzo <rappazzo@gmail.com> writes:
> For those who use two-factor authentication with gmail, git-send-email
> will not work unless it is setup with an app-specific password. The
> example for setting up git-send-email for use with gmail will now
> include information on generating and storing the app-specific password.
> ---
Sounds good. We'd need your sign-off in order to be able to use
this patch, though.
> Documentation/git-send-email.txt | 13 +++++++++++++
> 1 file changed, 13 insertions(+)
>
> diff --git a/Documentation/git-send-email.txt b/Documentation/git-send-email.txt
> index 771a7b5..edbba3a 100644
> --- a/Documentation/git-send-email.txt
> +++ b/Documentation/git-send-email.txt
> @@ -450,6 +450,19 @@ edit ~/.gitconfig to specify your account settings:
> smtpUser = yourname@gmail.com
> smtpServerPort = 587
>
> +If you have multifactor authentication setup on your gmail acocunt, you will
> +need to generate an app-specific password for use with 'git send-email'. Visit
> +https://security.google.com/settings/security/apppasswords to setup an
> +app-specific password. Once setup, you can store it with the credentials
> +helper:
> +
> + $ git credential fill
> + protocol=smtp
> + host=smtp.gmail.com
> + username=youname@gmail.com
> + password=app-password
> +
> +
> Once your commits are ready to be sent to the mailing list, run the
> following commands:
next prev parent reply other threads:[~2016-05-27 21:07 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-27 20:39 [PATCH] Documentation: add instructions to help setup gmail 2FA Michael Rappazzo
2016-05-27 21:06 ` Junio C Hamano [this message]
2016-05-27 21:17 ` Mike Rappazzo
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=xmqqpos7p5vy.fsf@gitster.mtv.corp.google.com \
--to=gitster@pobox.com \
--cc=git@vger.kernel.org \
--cc=rappazzo@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox