arthaud / git-dumper

A tool to dump a git repository from a website
MIT License
1.69k stars 235 forks source link

AttributeError: 'Index' object has no attribute 'iterblobs' #31

Closed resource-not-found-blank closed 2 years ago

resource-not-found-blank commented 2 years ago

Error string: https://github.com/arthaud/git-dumper/blob/2d4bcf5a2e0f97a4cd8896ab294bdfab988e1601/git_dumper.py#L583 AttributeError: 'Index' object has no attribute 'iterblobs'

In dulwich.index not exist iterblobs(): https://www.dulwich.io/docs/api/dulwich.index.html

resource-not-found-blank commented 2 years ago

Fixed in #28