From: gmate.amit@gmail.com (Amit Mehta)
To: kernelnewbies@lists.kernelnewbies.org
Subject: Error while sending patch using git send-email
Date: Tue, 13 Mar 2012 23:42:46 +0530 [thread overview]
Message-ID: <4F5F8E1E.2040005@gmail.com> (raw)
In-Reply-To: <CAPhGq=Ya-R4SakZCth4kzFrr_74MCbue=TGOJL8b_y1eLe8gRw@mail.gmail.com>
On Tuesday 13 March 2012 11:28 PM, Alexandru Juncu wrote:
> On Tue, Mar 13, 2012 at 7:43 PM, Amit Mehta <gmate.amit@gmail.com> wrote:
>> Hi All,
>>
>> This is not a Linux Kernel related query but is rather on the infrastructure to
>> manage patches using git. Before asking here, I did some search on Internet and
>> also posted this query in a different Linux forum but no luck so far. Hence
>> thought of asking here as someone might have faced this issue, while using the
>> git send-email feature. I've installed git-core and git-send-email packages on
>> my Ubuntu machine and I'm using git to generate patch. Now I want to send this
>> patch, but while doing so, git returns with following error:
>>
>> "5.7.0 Must issue a STARTTLS command first."
>>
>> Some information regarding my setup:
>> slackjaw at swamp:~/linux-next$ cat /etc/issue
>> Ubuntu 11.10 \n \l
>>
>> slackjaw at swamp:~/linux-next$ cat ~/.gitconfig
>> [user]
>> name = Amit
>> email = <XYZ@xyz.com>
>> [sendemail]
>> smtpserver = smtp.googlemail.com
>
> Try adding to the [sendmail] directive:
>
> smtpserverport = 587
> smtpencryption = tls
>
> Also, don't know if it matters, but I have :
> smtpserver = smtp.gmail.com
>
Thank you, I added exactly same parameters in my $HOME/.gitconfig file and it
worked.
next prev parent reply other threads:[~2012-03-13 18:12 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-13 17:43 Error while sending patch using git send-email Amit Mehta
2012-03-13 17:58 ` Alexandru Juncu
2012-03-13 18:12 ` Amit Mehta [this message]
2012-03-13 18:05 ` Amit Mehta
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=4F5F8E1E.2040005@gmail.com \
--to=gmate.amit@gmail.com \
--cc=kernelnewbies@lists.kernelnewbies.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.