Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add SSH username to Git over SSH documentation example #11839

Merged
merged 2 commits into from
Mar 18, 2023

Conversation

WilliamDEdwards
Copy link
Contributor

@WilliamDEdwards WilliamDEdwards commented Mar 5, 2023

Closes #11838

```

(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.

(testvenv) williams-air:testvenv williamedwards$ pip3 install 'foobar @ git+ssh://[email protected]/foobar'
...
Successfully installed foobar-0.0
```
@sbidoul sbidoul merged commit 6ca4dbb into pypa:main Mar 18, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 4, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add SSH username to Git over SSH documentation example
2 participants