mirror of
https://github.com/git/git
synced 2024-10-30 14:03:28 +00:00
Merge branch 'vv/send-email-with-less-secure-apps-access'
Doc update. * vv/send-email-with-less-secure-apps-access: git-send-email.txt: mention less secure app access with Gmail
This commit is contained in:
commit
788f488b33
1 changed files with 5 additions and 1 deletions
|
@ -494,10 +494,14 @@ edit ~/.gitconfig to specify your account settings:
|
||||||
smtpServerPort = 587
|
smtpServerPort = 587
|
||||||
----
|
----
|
||||||
|
|
||||||
If you have multifactor authentication setup on your gmail account, you will
|
If you have multi-factor authentication set up on your Gmail account, you will
|
||||||
need to generate an app-specific password for use with 'git send-email'. Visit
|
need to generate an app-specific password for use with 'git send-email'. Visit
|
||||||
https://security.google.com/settings/security/apppasswords to create it.
|
https://security.google.com/settings/security/apppasswords to create it.
|
||||||
|
|
||||||
|
If you do not have multi-factor authentication set up on your Gmail account,
|
||||||
|
you will need to allow less secure app access. Visit
|
||||||
|
https://myaccount.google.com/lesssecureapps to enable it.
|
||||||
|
|
||||||
Once your commits are ready to be sent to the mailing list, run the
|
Once your commits are ready to be sent to the mailing list, run the
|
||||||
following commands:
|
following commands:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue