kactus2 / pulpinoexperiment

IP-XACT packaging of Pulpino by pulp-platform.org: https://github.com/pulp-platform/pulpino
Other
10 stars 3 forks source link

Error is occur! #1

Open dldldlfma opened 3 years ago

dldldlfma commented 3 years ago

image

i wanna check ip-xact file but error is occur

help me!

epekkar commented 3 years ago

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

dldldlfma commented 3 years ago

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!

epekkar commented 3 years ago

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