pip install from a gitosis
I have working gitosis repo. If I do git clone git@server:repo.git it clones the repo correctly. However, it does not work if I do: git clone ssh://git@server:repo.git Cloning into repo... ssh: connect to host port 22: Connection refused fatal: The remote end hung up unexpectedly The problem is that when I use pip I I do: pip install git+ssh://git@server:repo.git and of course yields: Cloning into repo... ssh: connect to host port 22: Connection refused fatal: The remote end hung up unexpectedly If I want to do: pip install git+git@server:repo.git I get ValueError: ('Expected version spec in',