Skip to content

Add support for hg-git (e.g. pip install -e hg+git+ssh://git@....) #224

Closed
@vbabiy

Description

@vbabiy

I'm using mercurial to access git repositories, but I can not get pip working with git repository accessed by ssh.

pip install -e hg+git://github.com/... - works :)

pip install -e hg+git+ssh://... - almost works, but it tries to clone repository with #egg=sleekxmpp. See below:

#!shell
pip install -e hg+git+ssh://[email protected]:andyhelp/SleekXMPP.git#egg=sleekxmpp
Obtaining sleekxmpp from hg+git+ssh://[email protected]:andyhelp/SleekXMPP.git#egg=sleekxmpp
  Cloning hg git+ssh://[email protected]:andyhelp/SleekXMPP.git#egg=sleekxmpp to ./sleekxmpp
abort: ref egg=sleekxmpp not found on remote server

I guess that pip is confused by two + signs used to specify url?


Metadata

Metadata

Assignees

No one assigned

    Labels

    auto-lockedOutdated issues that have been locked by automation

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions