-vvv option).I use Poetry to install a python package on a git repository in my private gitea server, which requires user and password authentication.
If I install normally (without -vv option), poetry asks for my user and password first, then enters into resolve dependency hell.
If I install with -vv, poetry now asks for my user and password multiple times, but installs as expected.
poetry add git+https://[git URL][git URL]Updating dependencies, then Resolving dependencies... (xxx.s).Ctrl-C-vv option -- CMD poetry add -vv git+https://[git URL][git URL]Updating dependencies, then Resolving dependencies...[git URL] for the second timeFinding the necessary packages for the current system[git URL] for the third timePackage operations: ...Poetry was supposed to ask for my user name and password multiple times in normal mode but did not.
As a user, I expected poetry not to ask me to repeatedly enter my credentials during the same run.
Same issue here - duplicate of #3409
Same issue with adding package from private GitHub repo :(
Most helpful comment
Same issue here - duplicate of #3409