~sircmpwn/sr.ht-discuss

1

git-send-email help

Sreevani Sreejith <ssreevani@fb.com>
Details
Message ID
<23EA1033-D03F-46A9-9083-B0B3330F9A34@fb.com>
DKIM signature
missing
Download raw message
I am trying to set up git-send-email for my Mac and after following your instructions git is not recognizing send-email command.

-Sreevani
Details
Message ID
<CMXCLTKZXBLQ.2D75YKWMPTGLX@nano>
In-Reply-To
<23EA1033-D03F-46A9-9083-B0B3330F9A34@fb.com> (view parent)
DKIM signature
missing
Download raw message
maybe provide us with some details on what you have already tried doing
to get git-send-email working, the exact error you're getting, etc, so
that others will be better able to help you.

i know in some cases mac users may have to run:

sudo -H cpan Net::SMTP::SSL IO::Socket::SSL

to install missing dependencies.


also, your smtp config may have to have have tls enabled:

git config --global sendemail.smtpEncryption "tls"


your mailserver may not accept plain password authentication, in which
case you'll have to use an app specific password or oauth.

but without further info on what you've already tried and what error you
are getting is like shooting in the dark.
Reply to thread Export thread (mbox)