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
When trying to install a private Git repository requiring authentication not stored on the machine, running uv pip install git+https://github.com/akmalsoliev/super_secret_project.git results in ⠹ Resolving dependencies.... Ideally, it should prompt the user for a username and token/password or display an error.
Tested with uv version 0.4.2 on Linux and macOS.
The text was updated successfully, but these errors were encountered:
When trying to install a private Git repository requiring authentication not stored on the machine, running
uv pip install git+https://github.com/akmalsoliev/super_secret_project.git
results in⠹ Resolving dependencies...
. Ideally, it should prompt the user for a username and token/password or display an error.Tested with uv version 0.4.2 on Linux and macOS.
The text was updated successfully, but these errors were encountered: