Closed
Description
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?
- Bitbucket: https://bitbucket.org/ianb/pip/issue/184
- Originally Reported By:
- Originally Created At: 2010-11-06 16:57:35