arthaud / git-dumper

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

Git dumper doesnt work on mac m1 #35

Open AzhariRamadhan opened 1 year ago

AzhariRamadhan commented 1 year ago

this error

Traceback (most recent call last): File "/Users/azhariramadhan/Documents/pentest-tools/git-dumper/./git_dumper.py", line 20, in import socks File "/opt/homebrew/lib/python3.10/site-packages/socks.py", line 58, in from collections import Callable ImportError: cannot import name 'Callable' from 'collections' (/opt/homebrew/Cellar/python@3.10/3.10.8/Frameworks/Python.framework/Versions/3.10/lib/python3.10/collections/init.py)