I have a repository that I want to install from GitHub/GitLab using SSH.
pip install git+ssh://git.corp.com/my_group/my_project.git
However, this fails with the error of: it looks like a path file does not exist
.
However, according to documentation it should work pip install from git repo branch https://pip.pypa.io/en/stable/topics/vcs-support/ what am I doing wrong and overlooking?