Re: send-email and credential

2019-08-12 Thread D. Ben Knoble
Peff is completely right: the log showed host=smpt.gmail.com:587 as expected. Keychain confirms. Thanks! D. Ben Knoble P.S. Be sure to delete /tmp/credential.log afterwards to clean up your passwords. On Mon, Aug 12, 2019 at 6:18 PM Jeff King wrote: > > On Mon, Aug 12, 2019 at 06:00:14PM -0400

Re: send-email and credential

2019-08-12 Thread Jeff King
On Mon, Aug 12, 2019 at 06:00:14PM -0400, D. Ben Knoble wrote: > I spent a frustrating hour today hoping to setup git-send-email with > my gmail account. I've been able to confirm the following: > > 1. git credential works > > # git config credential.helper > osxkeychain > # git cred

send-email and credential

2019-08-12 Thread D. Ben Knoble
Hello all, I spent a frustrating hour today hoping to setup git-send-email with my gmail account. I've been able to confirm the following: 1. git credential works # git config credential.helper osxkeychain # git credential fill <