From mboxrd@z Thu Jan 1 00:00:00 1970 From: gmate.amit@gmail.com (Amit Mehta) Date: Tue, 13 Mar 2012 23:35:27 +0530 Subject: Error while sending patch using git send-email In-Reply-To: <4F5F874C.7030000@gmail.com> References: <4F5F874C.7030000@gmail.com> Message-ID: <4F5F8C67.3030003@gmail.com> To: kernelnewbies@lists.kernelnewbies.org List-Id: kernelnewbies.lists.kernelnewbies.org On Tuesday 13 March 2012 11:13 PM, Amit Mehta 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." > I should have checked for sample .gitconfig file bit more. After updating it with proper values, git send-email worked. My apologies for being impatient. -Amit