All of lore.kernel.org
 help / color / mirror / Atom feed
* Bug report: parallel fetch tries to unlock SSH keys over and over again
@ 2025-01-24 19:46 Perez-Lopez Áron Ricardo
  2025-01-24 19:51 ` rsbecker
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Perez-Lopez Áron Ricardo @ 2025-01-24 19:46 UTC (permalink / raw)
  To: git

What did you do before the bug happened? (Steps to reproduce your issue)
git fetch --all --tags --prune --jobs=10

What did you expect to happen? (Expected behavior)
Being asked for the password of my SSH key, then git updating all of
the remotes.

What happened instead? (Actual behavior)
I get asked for my SSH key many times over, and the fetch does not succeed.

What's different between what you expected and what actually happened?
I should only be asked to unlock my SSH key once. All fetch jobs
should wait for this and then use the unlocked (cached) key.

Anything else you want to add:
If I do just `git fetch` and unlock my key (once), it does get added
to the SSH agent properly, and afterwards I can execute the command
above with no issues.

[System Info]
git version:
git version 2.48.1
cpu: x86_64
no commit associated with this build
sizeof-long: 8
sizeof-size_t: 8
shell-path: /bin/sh
libcurl: 8.11.1
OpenSSL: OpenSSL 3.4.0 22 Oct 2024
zlib: 1.3.1
uname: Linux 6.12.10-arch1-1 #1 SMP PREEMPT_DYNAMIC Sat, 18 Jan 2025
02:26:57 +0000 x86_64
compiler info: gnuc: 14.2
libc info: glibc: 2.40
$SHELL (typically, interactive shell): /bin/bash

[Enabled Hooks]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-01-24 20:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-24 19:46 Bug report: parallel fetch tries to unlock SSH keys over and over again Perez-Lopez Áron Ricardo
2025-01-24 19:51 ` rsbecker
2025-01-24 20:18 ` Junio C Hamano
2025-01-24 20:34 ` brian m. carlson

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.