ruby-rbot / rbot

The Ruby IRC Bot.
https://ruby-rbot.github.io/
Other
63 stars 19 forks source link

Unable to git clone rbot! #87

Closed antdude closed 8 months ago

antdude commented 8 months ago

https://ruby-rbot.github.io/#Install says to use "git clone git://github.com/ruby-rbot/rbot.git", but it hangs for a few minutes:

$ git clone git://github.com/ruby-rbot/rbot.git Cloning into 'rbot'... fatal: unable to connect to github.com: github.com[0: 192.30.255.112]: errno=Connection timed out

In both updated Debian bookworm stable and Fedora release 39. :(

jsn commented 8 months ago

That should now be "https://" instead of "git://". I changed the web page.

antdude commented 8 months ago

Thanks.