Git can be found in the EPEL (Fedora Project) complimentary packages repository. The command to install the package will be similar to the following
user@computer:$ rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/x86_64/epel-release-5-3.noarch.rpm
Remember to sanity check this against your RHEL version…
This caused a good 30 mins head scratching. When creating a new Android project in Eclipse it is not possible to progress past the initial screen as it complains “an SDK target must be specified”. In the window you will see “Build Target” but no box listing your installed Android Versions. The area of the [...]