You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
expected result: uv either asks for authentication, or raises an error
Note that if --verbose is provided, then uv asks for user authentication.
$ uv init test
$ cdtest
$ uv add --verbose git+https://github.com/hello/worldDEBUG uv 0.5.23 (ba42467f1 2025-01-23)DEBUG Found project root: `/tmp/test/test`DEBUG No workspace root found, using project rootDEBUG Reading Python requests from version file at `/tmp/test/test/.python-version`DEBUG Using Python request `3.11` from version file at `.python-version`DEBUG The virtual environment's Python version satisfies `3.11`DEBUG Using request timeout of 30sDEBUG Attempting GitHub fast path for: https://api.github.com/repos/hello/world/commits/HEADDEBUG No netrc file foundDEBUG GitHub API request failed for: https://api.github.com/repos/hello/world/commits/HEAD (404 Not Found)DEBUG Fetching source distribution from Git: https://github.com/hello/worldDEBUG Acquired lock for `https://github.com/hello/world`DEBUG Updating Git source `https://github.com/hello/world`DEBUG Attempting GitHub fast path for: https://api.github.com/repos/hello/world/commits/HEADDEBUG failed to check github HTTP status client error (404 Not Found) for url (https://api.github.com/repos/hello/world/commits/HEAD)DEBUG Performing a Git fetch for: https://github.com/hello/worldUsername for 'https://github.com':
Summary
reproduction steps
uv
hangs indefinitelyuv
either asks for authentication, or raises an errorNote that if
--verbose
is provided, then uv asks for user authentication.Platform
Linux 6.6.68-1-lts x86_64 GNU/Linux
Version
uv 0.5.23 (ba42467 2025-01-23)
Python version
Python 3.11.11
The text was updated successfully, but these errors were encountered: