Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Private Repo dependency requires verbose install #1758

Closed
3 tasks done
nathanrpage97 opened this issue Dec 17, 2019 · 6 comments
Closed
3 tasks done

Private Repo dependency requires verbose install #1758

nathanrpage97 opened this issue Dec 17, 2019 · 6 comments
Labels
area/cli Related to the command line kind/bug Something isn't working as expected status/waiting-on-response Waiting on response from author

Comments

@nathanrpage97
Copy link

nathanrpage97 commented Dec 17, 2019

  • 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: Raspbian GNU/Linux 10 (buster)
  • Poetry version: 1.0.0

Issue

When having a private https repo (requiring user to input credentials)

poetry install

will be stuck in resolving dependencies (I assume it is stuck waiting for credential input) .

I get it to work by running verbosely:

poetry install -vv

where it successfully provides login prompts. I am not sure if that is intended behavior, if so I have not found it documented anywhere.

@nathanrpage97 nathanrpage97 added the kind/bug Something isn't working as expected label Dec 17, 2019
@finswimmer finswimmer added the area/cli Related to the command line label Dec 17, 2019
@AlJohri
Copy link

AlJohri commented Dec 24, 2019

I highly recommend caching your github password with the git: https://help.github.com/en/github/using-git/caching-your-github-password-in-git

@tetienne
Copy link

@AlJohri With Jenkins, Travis or similar how will you configure the helper?

@PierreAndreNoel
Copy link

I can confirm this behavior in 1.0.5 under Ubuntu 18.04. I believe this needs triage.

@mkniewallner
Copy link
Member

Hi, this issue has been open for quite a while. Does anyone of you still reproduce on the recently released 1.2.0?

@mkniewallner mkniewallner added the status/waiting-on-response Waiting on response from author label Sep 11, 2022
@finswimmer
Copy link
Member

Hey,

this should be fixed by #6966.

Please leave a comment if you disagree.

fin swimmer

Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 29, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area/cli Related to the command line kind/bug Something isn't working as expected status/waiting-on-response Waiting on response from author
Projects
None yet
Development

No branches or pull requests

6 participants