poetry update hangs forever on cloning protected git repository
See original GitHub issue- I am on the latest Poetry version.
- I have searched the issues of this repo and believe that this is not a duplicate.
- If an exception occurs when executing a command, I executed it again in debug mode (
-vvv
option).
- OS version and name: GNU/Linux 4.18.7-1-default, openSUSE Tumbleweed
- Poetry version: Poetry 0.11.5
Issue
I successfully added private git repository using poetry add --git ssh://git@gitlab_url/username/repository_name.git package_name
. Then I ran poetry update
, but it hanged forever on cloning repository (there: https://github.com/sdispater/poetry/blob/master/poetry/vcs/git.py#L99). The problem is that I have to authenticate using my ssh key for cloning repository, git
asks for the passphrase, but I cannot enter it.
Issue Analytics
- State:
- Created 5 years ago
- Comments:10
Top Results From Across the Web
Python's poetry hangs while solving dependencies
Almost every command I try simply hangs my terminal until I hit ctrl+c. I'm trying to do a. poetry update. on a particular...
Read more >History | Poetry - Python dependency management and ...
Fix an issue where git dependencies were fetched unnecessarily when running poetry lock --no-update (#6131). Fix an issue where stdout was polluted with ......
Read more >Configuration Options - Renovate Docs
When renovating a repository, Renovate tries to detect the configuration files in the order listed above, and stops after the first one is...
Read more >How do I migrate an SVN repository with history to a new Git ...
My solution looks like: Migrate SVN to a Git repository; Update the Git repository just before team's switching to. Migration takes a lot...
Read more >Read the Docs Documentation
In this tutorial you will create a documentation project on Read the Docs by importing a Sphinx project from a GitHub repository, tailor...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This is still an issue in 1.1.0b2
Closing this issue automatically because it has not had any activity since it has been marked as stale. If you think it is still relevant and should be addressed, feel free to open a new one.