kactus2/pulpinoexperiment

Error is occur!

dldldlfma opened this issue · 3 comments

image

i wanna check ip-xact file but error is occur

help me!

Hello,
Try changing line 91 in update-ips.py to ipdb.update_ips(origin = remote)

Thank you!

But... after change "remote" to "origin"

when i try to update-ips.py, another error was occur

like below

image

How can i clone it?

Thank you!

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",