vernemq / vmq_mzbench

An MQTT loadtest and usage scenario tool for VerneMQ and other MQTT systems.
Apache License 2.0
42 stars 44 forks source link

Fix git URLs Used During Cloning #42

Closed rodneyosodo closed 1 year ago

rodneyosodo commented 1 year ago

I think the correct URLS supported by git clone commands are

git@github.com:basho/lager.git

or

https://github.com/basho/lager.git

I get the following errors

Pulling lager from {git,"git://github.com/basho/lager.git",{tag,"2.2.3"}}
fatal: unable to connect to github.com:
github.com[0: 20.87.225.212]: errno=Connection timed out
github.com[1: 64:ff9b::1457:e1d4]: errno=Cannot assign requested address

image

ioolkos commented 1 year ago

@rodneyosodo thanks!