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

Request "git+http" scheme for private repo installation #4236

Closed
2 tasks done
avnovoselov opened this issue Jun 29, 2021 · 1 comment · Fixed by #6619
Closed
2 tasks done

Request "git+http" scheme for private repo installation #4236

avnovoselov opened this issue Jun 29, 2021 · 1 comment · Fixed by #6619
Labels
kind/feature Feature requests/implementations status/triage This issue needs to be triaged

Comments

@avnovoselov
Copy link

  • I have searched the issues of this repo and believe that this is not a duplicate.
  • I have searched the documentation and believe that my question is not covered.

Feature Request

I have private gitlab server (available locally at http://gitlab.company-owned-network). Private repos that need to be installed with poetry are stored in gitlab.

Small improvement at poetry/console/commands/init.py:409 - add "git+http" scheme.

current:

if url_parsed.scheme in ["git+https", "git+ssh"]:

new:

if url_parsed.scheme in ["git+https", "git+http", "git+ssh"]:

I ready to make pull request.

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
kind/feature Feature requests/implementations status/triage This issue needs to be triaged
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant