pjkundert / cpppo

Communications Protocol Python Parser and Originator -- EtherNet/IP CIP
https://hardconsulting.com/products/6-cpppo-enip-api
Other
332 stars 109 forks source link

Issue of Installing from source #41

Closed lgy194 closed 6 years ago

lgy194 commented 6 years ago

when I try to do as README file. there is a step on Page3: git clone git@github.com:pjkundert/cpppo.git but system reply Permission denied(publickey).

I hope to know whether it is a problem for next steps. Thank you.

pjkundert commented 6 years ago

You need to have a Github account with SSH keys in order to use the SSH protocol (get@github.com:pjkundert/cpppo.git). Use the HTTPS protocol instead: https://github.com/pjkundert/cpppo.git) to clone the repo.

lgy194 commented 6 years ago

Thank you. I will try. Need I installed it on MiniCPS which on MiniNet? or Can install it on every Linux system