You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I am trying to use gitpython in pypy2.4.0 but I got an exception:
>>>> import git
>>>> git.Repo("/Users/andre/git/MPAndroidChart")
<git.Repo "/Users/andre/git/MPAndroidChart/.git">
>>>> r = git.Repo("/Users/andre/git/MPAndroidChart")
>>>> r.iter_commits(max_count=6)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/Applications/pypy3-2.4.0-osx64/site-packages/git/repo/base.py", line 466, in iter_commits
rev = self.head.commit
File "/Applications/pypy3-2.4.0-osx64/site-packages/git/refs/symbolic.py", line 182, in _get_commit
obj = self._get_object()
File "/Applications/pypy3-2.4.0-osx64/site-packages/git/refs/symbolic.py", line 175, in _get_object
return Object.new_from_sha(self.repo, hex_to_bin(self.dereference_recursive(self.repo, self.path)))
TypeError: 'str' does not support the buffer interface
I am getting this in any repository.
The text was updated successfully, but these errors were encountered:
Hi,
I am trying to use gitpython in pypy2.4.0 but I got an exception:
I am getting this in any repository.
The text was updated successfully, but these errors were encountered: