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

Git Syntax Parsing Nuance #399

Closed
kennethreitz opened this issue Dec 9, 2011 · 2 comments
Closed

Git Syntax Parsing Nuance #399

kennethreitz opened this issue Dec 9, 2011 · 2 comments
Labels
auto-locked Outdated issues that have been locked by automation type: enhancement Improvements to functionality

Comments

@kennethreitz
Copy link
Contributor

This is something I've run into many times.

Long story short, this works:

pip install -e [email protected]:lsemel/django-tinymce.git@876cf22c067c349773005a54bd1528219d4daef2#egg=django_tinymce-dev

But this doesn't:

pip install [email protected]:lsemel/django-tinymce.git@876cf22c067c349773005a54bd1528219d4daef2#egg=django_tinymce-dev

Obviously, not best practice, but it would help make things easier for users.

@carljm
Copy link
Contributor

carljm commented Dec 9, 2011

Yeah, the only real purpose for the ssh version is to get a writable clone, which is useless without -e as the clone is only temporary. But unless the fix is ugly for some reason, there's no reason not to support this just to smooth the way for people. Pull request welcome.

@xavfernandez xavfernandez added the type: enhancement Improvements to functionality label Oct 9, 2015
@dstufft
Copy link
Member

dstufft commented Mar 24, 2017

Closing as a duplicate of #2994 -- it has more discussion/information.

@dstufft dstufft closed this as completed Mar 24, 2017
@lock lock bot added the auto-locked Outdated issues that have been locked by automation label Jun 3, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Jun 3, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
auto-locked Outdated issues that have been locked by automation type: enhancement Improvements to functionality
Projects
None yet
Development

No branches or pull requests

4 participants