Skip to content

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

@avnovoselov

Description

@avnovoselov
  • 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/featureFeature requests/implementationsstatus/triageThis issue needs to be triaged

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions