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
I'm trying to add a git repository via poetry add git+ssh://myrepo.git. After invoking that command, I'm asked to provide the password for my ssh key. Then, the poetry output "Resolving dependencies..." appears which takes forever and a second password prompt flashes for a few milliseconds.
However, when invoking the same command with -vvv, the second prompt actually allows me to enter the password, poetry proceeds as expected and installs the remote package successfully in a few seconds.
The text was updated successfully, but these errors were encountered:
Issue
I'm trying to add a git repository via
poetry add git+ssh://myrepo.git
. After invoking that command, I'm asked to provide the password for my ssh key. Then, the poetry output "Resolving dependencies..." appears which takes forever and a second password prompt flashes for a few milliseconds.However, when invoking the same command with
-vvv
, the second prompt actually allows me to enter the password, poetry proceeds as expected and installs the remote package successfully in a few seconds.The text was updated successfully, but these errors were encountered: