Hi all,

For those who have problems with installing hub on Windows. I did the following and it works:
  1. Install Git for Windows
  2. Install Ruby with RubyInstaller
  3. Add ruby\bin\ to your system PATH variable
  4. Download hub standalone (you must save it as "hub", not "standalone") into your git\bin\ folder
Now you should be able to use "hub" from Git Bash shell like this:
$ hub clone jbosstools/jbosstools-forge

--
Best Regards,
Yahor Radtsevich