geocommit
geocommit copied to clipboard
This attaches geolocation information to commits you you know where you where when you coded the stuff
Running this command on OSX Mountain Lion ( Python 2.7.2 ): ``` sudo easy_install geocommit ``` Outputs: ``` Searching for geocommit Reading http://pypi.python.org/simple/geocommit/ Reading http://pypi.python.org/geocommit Best match: geocommit 0.9.3beta1 Downloading...
This is what I do: pip install http://pypi.python.org/packages/source/g/geocommit/geocommit-0.9.2.tar.gz#md5=ca7afac17c75de0fb513f40c9b84ea8b This is what I get: Downloading/unpacking http://pypi.python.org/packages/source/g/geocommit/geocommit-0.9.2.tar.gz#md5=ca7afac17c75de0fb513f40c9b84ea8b Downloading geocommit-0.9.2.tar.gz Running setup.py egg_info for package from http://pypi.python.org/packages/source/g/geocommit/geocommit-0.9.2.tar.gz#md5=ca7afac17c75de0fb513f40c9b84ea8b Installing collected packages: geocommit Running setup.py...
After installing successfully via `easy_install geocommit` I get the following error when I try `git geo setup` in a project's directory ``` void@lnvo> git geo setup Traceback (most recent call...