Can't install the gitosis
Posted
by Shuoling Liu
on Server Fault
See other posts from Server Fault
or by Shuoling Liu
Published on 2009-07-27T04:33:04Z
Indexed on
2010/03/28
1:03 UTC
Read the original article
Hit count: 395
While I am trying to init the gitosis, I got the following errors, any idea?
:~$ sudo -H -u git gitosis-init < ida_rsa.pub
[sudo] password for chinablc:
Sorry, try again.
[sudo] password for chinablc:
Traceback (most recent call last):
File "/usr/bin/gitosis-init", line 5, in <module>
from pkg_resources import load_entry_point
File "/usr/lib/python2.6/dist-packages/pkg_resources.py", line 2562, in <module>
working_set.require(__requires__)
File "/usr/lib/python2.6/dist-packages/pkg_resources.py", line 626, in require
needed = self.resolve(parse_requirements(requirements))
File "/usr/lib/python2.6/dist-packages/pkg_resources.py", line 524, in resolve
raise DistributionNotFound(req) # XXX put more info here
pkg_resources.DistributionNotFound: gitosis==0.2
© Server Fault or respective owner