question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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:closed
  • Created 5 years ago
  • Comments:10

github_iconTop GitHub Comments

2reactions
danihodoviccommented, Aug 17, 2020

This is still an issue in 1.1.0b2

0reactions
stale[bot]commented, Nov 20, 2019

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found