TheAgentK / tuya-mqtt

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

Could not read from remote repository #27

Closed consolacion closed 4 years ago

consolacion commented 4 years ago

$ git clone git@github.com:TheAgentK/tuya-mqtt.git

Cloning into 'tuya-mqtt'... Permission denied (publickey). fatal: Could not read from remote repository.

Please make sure you have the correct access rights and the repository exists.

tsightler commented 4 years ago

I have no issues so I'm assuming you haven't yet configured any SSH keys for use with github. You can always just use https instead of ssh:

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

consolacion commented 4 years ago

that helped, tnx