Error is occur!
dldldlfma opened this issue · 3 comments
dldldlfma commented
epekkar commented
Hello,
Try changing line 91 in update-ips.py to ipdb.update_ips(origin = remote)
dldldlfma commented
epekkar commented
You will need to change the protocol to HTTPS. The fastest way to do this is to modify ipstools/IPDatabase.py by changing line 101 from
default_server="git@github.com",
to
default_server="https://github.com",