Skip to content

Instantly share code, notes, and snippets.

@Geekfish
Last active December 19, 2015 04:58
Show Gist options
  • Save Geekfish/5900411 to your computer and use it in GitHub Desktop.
Save Geekfish/5900411 to your computer and use it in GitHub Desktop.
pip and git trouble
Obtaining django-adaptors from git+git://github.com/Geekfish/django-adaptors.git@bugfix/has_header#egg=django_adaptors-dev (from -r deploy/requirements.txt (line 15))
Updating /Users/username/.virtualenvs/project/src/django-adaptors clone (to bugfix/has_header)
Complete output from command /usr/local/bin/git rev-parse (detachedfrom5b208ac):
fatal: ambiguous argument '(detachedfrom5b208ac)': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'
(detachedfrom5b208ac)
@rgbkrk
Copy link

rgbkrk commented Aug 1, 2013

The parser for git 1.8.3.1 broke the ability to read git paths of that format. Downgrade to 1.8.2 if you want to work around it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment