Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1193 +/- ##
==========================================
+ Coverage 89.73% 89.75% +0.01%
==========================================
Files 78 78
Lines 14767 14771 +4
==========================================
+ Hits 13251 13257 +6
+ Misses 1516 1514 -2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Contributor
📦 Cargo Bloat ComparisonBinary size change: +0.00% (16.7 MiB → 16.7 MiB) Expand for cargo-bloat outputHead Branch ResultsBase Branch Results |
j178
added a commit
that referenced
this pull request
Mar 9, 2026
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #1173