git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Yongqiang Yang <xiaoqiangnk@gmail.com>
To: "Magnus Bäck" <magnus.back@sonyericsson.com>
Cc: git@vger.kernel.org
Subject: Re: an error when using 'git send-email'
Date: Tue, 22 Feb 2011 21:30:17 +0800	[thread overview]
Message-ID: <AANLkTinssKFSqjk5ZCqzjZQWU_vFMDewY+3FSfR+_xMb@mail.gmail.com> (raw)
In-Reply-To: <20110220164427.GA1439@jpl.local>

On Mon, Feb 21, 2011 at 12:44 AM, Magnus Bäck
<magnus.back@sonyericsson.com> wrote:
> On Friday, February 18, 2011 at 12:45 CET,
>     Yongqiang Yang <xiaoqiangnk@gmail.com> wrote:
>
>> When I use git 'send-email', I get an error "Command unknown:  'AUTH'
>> at /usr/bin/git-send-email line 775, <STDIN> line 1".
>> Is there anyone meet the same error?
>
> You seem to have configured a username and password for SMTP
> authentication, yet the server Git connects to doesn't support
> authentication.
>
> Make sure the SMTP server you've configured Git to use
> (sendemail.smtpserver configuration variable) is the right one.
> If so, clear the smtpemail.smtpuser and smtpemail.smtppass
> variables as you obviously can't use them with the server.
Contents in my .gitconfig file are as follows.
[sendemail]
    smtpencryption = tls
    smtpserver = smtp.gmail.com
    smtpuser = xxxxxxx
    smtpserverport = 587

When I remove the line smtpuser.  Git said my config file is not correct.

Thank you.
>
> For testing purposes there are options to "git send-email" to
> override the values set in the configuration files. Those might
> be more convenient to use when testing out new configurations.
>
> --
> Magnus Bäck                      Opinions are my own and do not necessarily
> SW Configuration Manager         represent the ones of my employer, etc.
> Sony Ericsson
>



-- 
Best Wishes
Yongqiang Yang

  reply	other threads:[~2011-02-22 13:30 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-18 11:45 an error when using 'git send-email' Yongqiang Yang
2011-02-18 13:51 ` Matthieu Moy
2011-02-20 12:10   ` Yongqiang Yang
2011-02-20 16:44 ` Magnus Bäck
2011-02-22 13:30   ` Yongqiang Yang [this message]
2011-02-22 18:48     ` Magnus Bäck

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=AANLkTinssKFSqjk5ZCqzjZQWU_vFMDewY+3FSfR+_xMb@mail.gmail.com \
    --to=xiaoqiangnk@gmail.com \
    --cc=git@vger.kernel.org \
    --cc=magnus.back@sonyericsson.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).