File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -494,10 +494,14 @@ edit ~/.gitconfig to specify your account settings:
494
494
smtpServerPort = 587
495
495
----
496
496
497
- If you have multifactor authentication setup on your gmail account, you will
497
+ If you have multi-factor authentication set up on your Gmail account, you will
498
498
need to generate an app-specific password for use with 'git send-email'. Visit
499
499
https://security.google.com/settings/security/apppasswords to create it.
500
500
501
+ If you do not have multi-factor authentication set up on your Gmail account,
502
+ you will need to allow less secure app access. Visit
503
+ https://myaccount.google.com/lesssecureapps to enable it.
504
+
501
505
Once your commits are ready to be sent to the mailing list, run the
502
506
following commands:
503
507
You can’t perform that action at this time.
0 commit comments