mirror of
https://github.com/j178/prek.git
synced 2026-04-25 02:11:36 +02:00
6d07a0e112
When a repo clone fails because authentication is required, retry that clone with `GIT_TERMINAL_PROMPT=1` so Git can prompt the user for credentials. The retry flow keeps the initial clone pass non-interactive, detects auth-related failures, and then retries only those failed clones with terminal prompts enabled. Retries run sequentially so users only see one credential prompt at a time and know which repository is requesting authentication. Closes #1634 Closes #1173 Related #1193 Related #1472