Hi all,
For those who have problems with installing
hub<https://github.com/defunkt/hub>on Windows. I did the following and
it works:
1. Install Git for Windows <
http://msysgit.github.com/>
2. Install Ruby with RubyInstaller <
http://rubyinstaller.org/>
3. Add ruby\bin\ to your system PATH variable
4. Download hub standalone <
http://defunkt.io/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