* sendemail.smtpPass is truncated
@ 2025-04-10 9:17 Jérôme Pouiller
2025-04-11 10:41 ` Christian Couder
0 siblings, 1 reply; 2+ messages in thread
From: Jérôme Pouiller @ 2025-04-10 9:17 UTC (permalink / raw)
To: git
Hi everyone,
"git send-email" started to complains my credentials were incorrect. If I run
git-send-email with --smtp-debug=1, I can see my smtp password is truncated.
"git config --list" show the correct value. I am also able to properly use my
password with "--smtp-pass"
My password is not insane:
- < 20 characters long
- just a mix of ascii printable characters (no unicode)
My password contains characters like '#', '$', ... So I need to quote it.
However, I use special characters for while without issues and "git config
--list" returns the correct value.
I have successfully used this command 5 weeks ago. Meanwhile:
- I think I have not changed my password
- I believe git-send-email has not been updated
- I believe none of my Perl packages has been updated
So, I have to admit I have no idea from where the issue come.
[System Info]
git version:
git version 2.39.5
cpu: x86_64
no commit associated with this build
sizeof-long: 8
sizeof-size_t: 8
shell-path: /bin/sh
uname: Linux 6.1.0-32-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.129-1 (2025-03-06) x86_64
compiler info: gnuc: 12.2
libc info: glibc: 2.36
$SHELL (typically, interactive shell): /bin/zsh
[Enabled Hooks]
--
Jérôme Pouiller
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: sendemail.smtpPass is truncated
2025-04-10 9:17 sendemail.smtpPass is truncated Jérôme Pouiller
@ 2025-04-11 10:41 ` Christian Couder
0 siblings, 0 replies; 2+ messages in thread
From: Christian Couder @ 2025-04-11 10:41 UTC (permalink / raw)
To: Jérôme Pouiller; +Cc: git
Hi,
On Thu, Apr 10, 2025 at 11:48 AM Jérôme Pouiller
<jerome.pouiller@silabs.com> wrote:
>
> Hi everyone,
>
> "git send-email" started to complains my credentials were incorrect. If I run
> git-send-email with --smtp-debug=1, I can see my smtp password is truncated.
git-send-email is a Perl script, so it might not be too difficult to debug.
> "git config --list" show the correct value. I am also able to properly use my
> password with "--smtp-pass"
>
> My password is not insane:
> - < 20 characters long
> - just a mix of ascii printable characters (no unicode)
>
> My password contains characters like '#', '$', ... So I need to quote it.
> However, I use special characters for while without issues and "git config
> --list" returns the correct value.
>
> I have successfully used this command 5 weeks ago. Meanwhile:
> - I think I have not changed my password
> - I believe git-send-email has not been updated
> - I believe none of my Perl packages has been updated
>
> So, I have to admit I have no idea from where the issue come.
>
>
> [System Info]
> git version:
> git version 2.39.5
v2.39.5 is quite recent (May 2024) and it looks like there were
send-email changes in it compared to v2.39.4, so it's possible that
your machine was upgraded from v2.39.4 to v2.39.5 recently and that
those changes broke send-email for you.
Maybe you could try to downgrade to v2.39.4 or v2.39.0 just to check
if send-email works better.
Best,
Christian.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-04-11 10:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-10 9:17 sendemail.smtpPass is truncated Jérôme Pouiller
2025-04-11 10:41 ` Christian Couder
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox