ninjablocks / 433Utils

433Kit is a collection of code and documentation designed to assist you in the connection and usage of RF 433MHz transmit and receive modules to/with your Arduino and Rapberry Pi.
ninjablocks.com
MIT License
899 stars 335 forks source link

git clone failed #84

Open deBugger- opened 1 year ago

deBugger- commented 1 year ago

As in the "Installation" description is written git clone --recursive git://github.com/ninjablocks/433Utils.git leads into a Connection time out.

$ git clone --recursive git://github.com/ninjablocks/433Utils.git Cloning into '433Utils'... fatal: unable to connect to github.com: github.com[0: 140.82.121.3]: errno=Connection timed out

This do not fail. git clone --recursive https://github.com/ninjablocks/433Utils.git

Anyway - thank you for your work.