-
Notifications
You must be signed in to change notification settings - Fork 966
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Git prompt hidden without --verbose
flag
#5107
Comments
@ibraheemdev - Is this straightforward? |
I don't see where we're gating this with the verbose flag with a casual look. |
Not clear to me how this is appearing even with |
Yeah I was confused... haha. Tried to write a MRE but it just fails:
|
@zanieb @charliermarsh I have found the cause of this. uv/crates/uv/src/commands/reporters.rs Line 323 in ec8eee0
Could you fix this? |
Oh wow, that’s a great find and explains a lot! |
🤔 https://github.com/Agilent/yb/blob/main/yb/src/main.rs#L72 from console-rs/indicatif#594 seems helpful? |
I was hit by a similar issue when running: uv pip install "git+https://github.com/typing/typing_extensions@main" Note that the correct URL is https://github.com/python/typing_extensions. Without using the Updating https://github.com/typing/typing_extensions (main)
Updating https://github.com/typing/typing_extensions (main) Only when running in verbose mode, I get: DEBUG failed to check github HTTP status client error (404 Not Found) for url (https://api.github.com/repos/typing/typing_extensions/commits/main)
DEBUG Performing a Git fetch for: https://github.com/typing/typing_extensions
Username for 'https://github.com': I assume because the repo can't be found, |
The following command hung for a while:
I cancelled it and re-ran with
--verbose
:Then I could provide the information for the git prompt and move forward.
The text was updated successfully, but these errors were encountered: