arthaud / git-dumper

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

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

Closed thistehneisen closed 2 years ago

thistehneisen commented 2 years ago
[-] Finding packs
[-] Finding objects
Traceback (most recent call last):
  File "/usr/local/bin/git-dumper", line 8, in <module>
    sys.exit(main())
  File "/usr/local/lib/python3.8/dist-packages/git_dumper.py", line 724, in main
    fetch_git(
  File "/usr/local/lib/python3.8/dist-packages/git_dumper.py", line 583, in fetch_git
    for entry in index.iterblobs():
AttributeError: 'Index' object has no attribute 'iterblobs'
battlemonger commented 2 years ago

line 583 in git-dumper.py, change deprecated iterblobs to iterobjects.