-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Closed
Labels
good first issueA good item for first time contributors to work onA good item for first time contributors to work onstate: awaiting PRFeature discussed, PR is neededFeature discussed, PR is neededtype: docsDocumentation relatedDocumentation related
Description
Description
The documentation at https://pip.pypa.io/en/stable/topics/vcs-support/#git contains the following example:
MyProject @ git+ssh://git.example.com/MyProject
However, the line should contain a username:
MyProject @ git+ssh://git@git.example.com/MyProject
Expected behavior
No response
pip version
21.2.4
Python version
3.9.6
OS
macOS 12.5
How to Reproduce
- Run
pip3 install 'MyProject @ git+ssh://git.example.com/MyProject'(without username)
Output
Without username:
(testvenv) williams-air:testvenv williamedwards$ pip3 install 'foobar @ git+ssh://example.com/foobar'
fatal: '/foobar' does not appear to be a git repository
fatal: Could not read from remote repository.
Code of Conduct
- I agree to follow the PSF Code of Conduct.
Metadata
Metadata
Assignees
Labels
good first issueA good item for first time contributors to work onA good item for first time contributors to work onstate: awaiting PRFeature discussed, PR is neededFeature discussed, PR is neededtype: docsDocumentation relatedDocumentation related