TheAgentK / tuya-mqtt

Nodejs-Script to combine tuyaapi and openhab via mqtt
MIT License
173 stars 80 forks source link

Permission denied (publickey). #33

Closed smartnakh closed 4 years ago

smartnakh commented 4 years ago

Describe the bug The git clone is failing

To Reproduce Steps to reproduce the behavior: openhabian@openhabian:/etc/openhab2/scripts $ git clone git@github.com:TheAgentK/tuya-mqtt.git Clonage dans 'tuya-mqtt'... Permission denied (publickey).

image

joncknott commented 4 years ago

Hey @smartnakh - I was having the same issue and found that there was a solution posted in issue #27 here

basically, use:

git clone https://github.com/TheAgentK/tuya-mqtt.git

instead. Worked for me - hope this helps!