Closed
Description
/usr/lib/python2.6/site-packages/git/refs/reference.pyc in wrapper(self, *args)
19 def wrapper(self, *args):
20 if not self.path.startswith(self._remote_common_path_default + "/"):
---> 21 raise ValueError("ref path does not point to a remote reference: %s" % path)
22 return func(self, *args)
23 #END wrapper
In [6]: git.version
Out[6]: '0.3.2 RC1'
https://github.com/gitpython-developers/GitPython/blob/0.3/git/refs/reference.py#L21
Metadata
Metadata
Assignees
Labels
No labels